Chromium Code Reviews| Index: third_party/WebKit/WebCore/dom/Document.h |
| =================================================================== |
| --- third_party/WebKit/WebCore/dom/Document.h (revision 5109) |
| +++ third_party/WebKit/WebCore/dom/Document.h (working copy) |
| @@ -446,9 +446,6 @@ |
| enum ParseMode { Compat, AlmostStrict, Strict }; |
| - // Used by Chromium to know if it can just SIGKILL a renderer when navigating |
| - bool hasUnloadEventListener(); |
| - |
| private: |
| virtual void determineParseMode() {} |