| Index: third_party/WebKit/Source/bindings/core/v8/WindowProxy.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/WindowProxy.h b/third_party/WebKit/Source/bindings/core/v8/WindowProxy.h
|
| index 9fa59ab2629614ed98021b15738f1c8277cd1f6b..c4d06fd96425ca3c837f4222508d958dff8c7159 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/WindowProxy.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/WindowProxy.h
|
| @@ -105,6 +105,9 @@ class WindowProxy final : public GarbageCollectedFinalized<WindowProxy> {
|
| // Updates Activity Logger for the current context.
|
| void updateActivityLogger();
|
|
|
| + // Updates Modulator for the current context.
|
| + void updateModulator();
|
| +
|
| // Creates a new v8::Context with the window wrapper object as the global
|
| // object (aka the inner global). Note that the window wrapper and its
|
| // prototype chain do not get fully initialized yet, e.g. the window
|
|
|