| 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.
|
|
|