| Index: third_party/WebKit/Source/modules/indexeddb/IDBTransaction.h
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBTransaction.h b/third_party/WebKit/Source/modules/indexeddb/IDBTransaction.h
|
| index 2f507ba53cfe06998325f8ed455f4564371c75ed..9e5fa8a27d4d1177dd9e4a241b6f719979a858ce 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBTransaction.h
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBTransaction.h
|
| @@ -100,7 +100,7 @@ public:
|
| const AtomicString& interfaceName() const override;
|
| ExecutionContext* getExecutionContext() const override;
|
|
|
| - // ActiveScriptWrappable
|
| + // ScriptWrappable
|
| bool hasPendingActivity() const final;
|
|
|
| // ActiveDOMObject
|
|
|