Index: third_party/WebKit/Source/modules/webaudio/AudioNode.h |
diff --git a/third_party/WebKit/Source/modules/webaudio/AudioNode.h b/third_party/WebKit/Source/modules/webaudio/AudioNode.h |
index 7f0d35e01a7c00ea734111ad6cf7e1a192a71561..ee6aff5c3ddc614b6c466ea414f22461a5094e2c 100644 |
--- a/third_party/WebKit/Source/modules/webaudio/AudioNode.h |
+++ b/third_party/WebKit/Source/modules/webaudio/AudioNode.h |
@@ -303,7 +303,7 @@ public: |
// EventTarget |
const AtomicString& interfaceName() const final; |
- ExecutionContext* executionContext() const final; |
+ ExecutionContext* getExecutionContext() const final; |
// Called inside AudioHandler constructors. |
void didAddOutput(unsigned numberOfOutputs); |