summaryrefslogtreecommitdiff
path: root/Source/WebCore/bindings/scripts/test/TestSupplemental.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/bindings/scripts/test/TestSupplemental.idl')
-rw-r--r--Source/WebCore/bindings/scripts/test/TestSupplemental.idl2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/WebCore/bindings/scripts/test/TestSupplemental.idl b/Source/WebCore/bindings/scripts/test/TestSupplemental.idl
index 2355d6d39..0d7e96169 100644
--- a/Source/WebCore/bindings/scripts/test/TestSupplemental.idl
+++ b/Source/WebCore/bindings/scripts/test/TestSupplemental.idl
@@ -36,10 +36,12 @@ module test {
readonly attribute DOMString supplementalStr1;
attribute DOMString supplementalStr2;
attribute [CustomGetter, CustomSetter] DOMString supplementalStr3;
+ attribute Node supplementalNode;
void supplementalMethod1();
[CallWith=ScriptExecutionContext] TestObj supplementalMethod2(in DOMString strArg, in TestObj objArg) raises(DOMException);
[Custom] void supplementalMethod3();
+ static void supplementalMethod4();
const unsigned short SUPPLEMENTALCONSTANT1 = 1;
const [Reflect=CONST_IMPL] unsigned short SUPPLEMENTALCONSTANT2 = 2;