| Index: third_party/WebKit/Source/platform/v8_inspector/public/V8Inspector.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/public/V8Inspector.h b/third_party/WebKit/Source/platform/v8_inspector/public/V8Inspector.h
|
| index 93fd57a01aa5e2103bb1cd6767efa6011d0d7448..4dbb797d50935f67bfe3fa810e554fbf8fe69606 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/public/V8Inspector.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/public/V8Inspector.h
|
| @@ -38,8 +38,8 @@ private:
|
| bool callingContextCanAccessContext(v8::Local<v8::Context> calling, v8::Local<v8::Context> target) override;
|
| String16 valueSubtype(v8::Local<v8::Value>) override;
|
| bool formatAccessorsAsProperties(v8::Local<v8::Value>) override;
|
| - void muteWarningsAndDeprecations() override { }
|
| - void unmuteWarningsAndDeprecations() override { }
|
| + void muteWarningsAndDeprecations(int) override { }
|
| + void unmuteWarningsAndDeprecations(int) override { }
|
| double currentTimeMS() override { return 0; };
|
|
|
| bool isExecutionAllowed() override;
|
|
|