Index: third_party/WebKit/Source/core/origin_trials/testing/InternalsFrobulateInterfaceBindings.idl |
diff --git a/third_party/WebKit/Source/core/origin_trials/testing/InternalsFrobulateInterfaceBindings.idl b/third_party/WebKit/Source/core/origin_trials/testing/InternalsFrobulateInterfaceBindings.idl |
index e5a5cdd04178743310d8e8a2cd1c0ff93205939f..ae02c145da7ecb3d31137fbf787175e495dfba81 100644 |
--- a/third_party/WebKit/Source/core/origin_trials/testing/InternalsFrobulateInterfaceBindings.idl |
+++ b/third_party/WebKit/Source/core/origin_trials/testing/InternalsFrobulateInterfaceBindings.idl |
@@ -8,6 +8,7 @@ |
partial interface Internals { |
const unsigned short FROBULATE_CONST_PARTIAL = 2; |
readonly attribute boolean frobulatePartial; |
+ static readonly attribute boolean frobulateStaticPartial; |
boolean frobulateMethodPartial(); |
static boolean frobulateStaticMethodPartial(); |
}; |