Index: third_party/WebCore/bindings/scripts/test/TestObj.idl |
diff --git a/third_party/WebCore/bindings/scripts/test/TestObj.idl b/third_party/WebCore/bindings/scripts/test/TestObj.idl |
index 488c99ab8d19de5d53d50ef34c51e3aa95067088..08b98562f1d75b006d66634cb9aade3f18c86726 100644 |
--- a/third_party/WebCore/bindings/scripts/test/TestObj.idl |
+++ b/third_party/WebCore/bindings/scripts/test/TestObj.idl |
@@ -203,6 +203,9 @@ module test { |
[V8EnabledAtRuntime=FeatureName] void enabledAtRuntimeMethod2(in int intArg); |
attribute [V8EnabledAtRuntime] long enabledAtRuntimeAttr1; |
attribute [V8EnabledAtRuntime=FeatureName] long enabledAtRuntimeAttr2; |
+ // V8EnabledPerContext currently only supports attributes. |
+ attribute [V8EnabledPerContext] long enabledAtContextAttr1; |
+ attribute [V8EnabledPerContext=FeatureName] long enabledAtContextAttr2; |
#endif |