Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(819)

Unified Diff: Source/core/dom/Document.h

Issue 22564003: Refactoring: Get rid of isDocument() check in EventTarget. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Applied the rename. Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/core/dom/EventTarget.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Document.h
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
index 2846785365650f9ac4ef9a7d7f7f1396ab28403f..cd905432eefc26dfb82a6b28fd204a03fa8667d9 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -1041,6 +1041,9 @@ public:
virtual void addConsoleMessage(MessageSource, MessageLevel, const String& message, unsigned long requestIdentifier = 0);
+ virtual DOMWindow* executingWindow() OVERRIDE { return domWindow(); }
+ virtual void userEventWasHandled() OVERRIDE { resetLastHandledUserGestureTimestamp(); }
+
PassRefPtr<FontLoader> fontloader();
DocumentLifecycleNotifier* lifecycleNotifier();
« no previous file with comments | « no previous file | Source/core/dom/EventTarget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698