| Index: third_party/WebKit/Source/core/origin_trials/testing/InternalsFrobulateInterfaceBindings.h
|
| diff --git a/third_party/WebKit/Source/core/origin_trials/testing/InternalsFrobulateInterfaceBindings.h b/third_party/WebKit/Source/core/origin_trials/testing/InternalsFrobulateInterfaceBindings.h
|
| index e4ff767837114b4454621adefd4ddfd83176f0a8..938d886c8a96a3557a96da4cbf71be5ad28e631e 100644
|
| --- a/third_party/WebKit/Source/core/origin_trials/testing/InternalsFrobulateInterfaceBindings.h
|
| +++ b/third_party/WebKit/Source/core/origin_trials/testing/InternalsFrobulateInterfaceBindings.h
|
| @@ -16,6 +16,7 @@ class InternalsFrobulateInterfaceBindings final {
|
| public:
|
| static bool frobulatePartial(Internals&) { return true; }
|
| static bool frobulateMethodPartial(Internals&) { return true; }
|
| + static bool frobulateStaticMethodPartial() { return true; }
|
| };
|
|
|
| } // namespace blink
|
|
|