| Index: third_party/WebCore/bindings/scripts/test/TestSupplemental.idl
|
| diff --git a/third_party/WebCore/bindings/scripts/test/TestSupplemental.idl b/third_party/WebCore/bindings/scripts/test/TestSupplemental.idl
|
| index 60514124b8e5c1f0f5ec6a436a51105b6ebfa984..524515bf076202c2ee948f8f7954018a46f37077 100644
|
| --- a/third_party/WebCore/bindings/scripts/test/TestSupplemental.idl
|
| +++ b/third_party/WebCore/bindings/scripts/test/TestSupplemental.idl
|
| @@ -33,6 +33,10 @@ module test {
|
| Conditional=Condition11|Condition12,
|
| Supplemental=TestInterface
|
| ] TestSupplemental {
|
| +#if defined(TESTING_JS) || defined(TESTING_V8)
|
| + static readonly attribute long supplementalStaticReadOnlyAttr;
|
| + static attribute DOMString supplementalStaticAttr;
|
| +#endif
|
| readonly attribute DOMString supplementalStr1;
|
| attribute DOMString supplementalStr2;
|
| attribute [CustomGetter, CustomSetter] DOMString supplementalStr3;
|
|
|