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

Unified Diff: third_party/WebKit/Source/core/dom/ExecutionContext.h

Issue 1773813007: blink: Rename modules/ method to prefix with get when they collide. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: clash-modules: rebase-fixes Created 4 years, 9 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
Index: third_party/WebKit/Source/core/dom/ExecutionContext.h
diff --git a/third_party/WebKit/Source/core/dom/ExecutionContext.h b/third_party/WebKit/Source/core/dom/ExecutionContext.h
index e5e67bc093ad7d033c423945fd67383054a2718f..9932d1dc813f6546da5e43000cbbefe63ac6969a 100644
--- a/third_party/WebKit/Source/core/dom/ExecutionContext.h
+++ b/third_party/WebKit/Source/core/dom/ExecutionContext.h
@@ -83,7 +83,7 @@ public:
virtual bool isContextThread() const { return true; }
- SecurityOrigin* securityOrigin();
+ SecurityOrigin* getSecurityOrigin();
ContentSecurityPolicy* contentSecurityPolicy();
const KURL& url() const;
KURL completeURL(const String& url) const;
@@ -140,7 +140,7 @@ public:
int circularSequentialID();
virtual EventTarget* errorEventTarget() = 0;
- virtual EventQueue* eventQueue() const = 0;
+ virtual EventQueue* getEventQueue() const = 0;
// Methods related to window interaction. It should be used to manage window
// focusing and window creation permission for an ExecutionContext.
« no previous file with comments | « third_party/WebKit/Source/core/dom/Document.cpp ('k') | third_party/WebKit/Source/core/dom/ExecutionContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698