Index: third_party/WebKit/Source/modules/filesystem/FileWriter.h |
diff --git a/third_party/WebKit/Source/modules/filesystem/FileWriter.h b/third_party/WebKit/Source/modules/filesystem/FileWriter.h |
index f59e2f6e3d498e3a70dd2b65c9bcfde54996353b..a2653a14e18c4b9b5238d733ade89fb21425bcb9 100644 |
--- a/third_party/WebKit/Source/modules/filesystem/FileWriter.h |
+++ b/third_party/WebKit/Source/modules/filesystem/FileWriter.h |
@@ -86,7 +86,7 @@ public: |
// EventTarget |
const AtomicString& interfaceName() const override; |
- ExecutionContext* executionContext() const override { return ActiveDOMObject::executionContext(); } |
+ ExecutionContext* getExecutionContext() const override { return ActiveDOMObject::getExecutionContext(); } |
DEFINE_ATTRIBUTE_EVENT_LISTENER(writestart); |
DEFINE_ATTRIBUTE_EVENT_LISTENER(progress); |