| Index: third_party/WebKit/Source/core/dom/MessagePort.h
|
| diff --git a/third_party/WebKit/Source/core/dom/MessagePort.h b/third_party/WebKit/Source/core/dom/MessagePort.h
|
| index 6224a2b547d7a24569f67d767562ff30bbab51d3..5b6e6b173d18e1b6dbe3a9be627530456f4b8441 100644
|
| --- a/third_party/WebKit/Source/core/dom/MessagePort.h
|
| +++ b/third_party/WebKit/Source/core/dom/MessagePort.h
|
| @@ -88,7 +88,7 @@ public:
|
| ExecutionContext* getExecutionContext() const override { return ActiveDOMObject::getExecutionContext(); }
|
| MessagePort* toMessagePort() override { return this; }
|
|
|
| - // ActiveScriptWrappable implementation.
|
| + // ScriptWrappable implementation.
|
| bool hasPendingActivity() const final;
|
|
|
| // ActiveDOMObject implementation.
|
|
|