diff --git a/docs/browser-bugs.html b/docs/browser-bugs.html
index a7c4a6ba71e6fc26c68da592052493aa263ea4e5..16ba244b5f7ebd1b99372e40c625998c4f8e48cf 100644
--- a/docs/browser-bugs.html
+++ b/docs/browser-bugs.html
@@ -59,12 +59,6 @@ lead: "A list of the browser bugs that Bootstrap is currently grappling with."
           <td><a href="https://code.google.com/p/chromium/issues/detail?id=337668">Chromium issue #337668</a></td>
           <td><a href="https://github.com/twbs/bootstrap/issues/8350">#8350</a>, <a href="https://github.com/necolas/normalize.css/issues/283">Normalize #283</a></td>
         </tr>
-        <tr>
-          <td>Chrome</td>
-          <td>Navbar rendering problem on Windows after several clicks</td>
-          <td><a href="https://code.google.com/p/chromium/issues/detail?id=272750">Chromium issue #272750</a>, <a href="https://bugs.webkit.org/show_bug.cgi?id=119793">WebKit bug #119793</a></td>
-          <td><a href="https://github.com/twbs/bootstrap/issues/9226">#9226</a></td>
-        </tr>
         <tr>
           <td>Chrome</td>
           <td><code>display: table;</code> within <code>display: block;</code> forces sibling content to new line</td>