Index: third_party/WebKit/Source/core/workers/AbstractWorker.h |
diff --git a/third_party/WebKit/Source/core/workers/AbstractWorker.h b/third_party/WebKit/Source/core/workers/AbstractWorker.h |
index d092c9445dee240f0d1649c9af62bf4a8a5db316..a90cb60755f60978f73acfbd36717aa82f3852ef 100644 |
--- a/third_party/WebKit/Source/core/workers/AbstractWorker.h |
+++ b/third_party/WebKit/Source/core/workers/AbstractWorker.h |
@@ -50,7 +50,7 @@ class CORE_EXPORT AbstractWorker : public RefCountedGarbageCollectedEventTargetW |
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(AbstractWorker); |
public: |
// EventTarget APIs |
- ExecutionContext* executionContext() const final { return ActiveDOMObject::executionContext(); } |
+ ExecutionContext* getExecutionContext() const final { return ActiveDOMObject::getExecutionContext(); } |
DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(error); |