Index: Source/bindings/tests/idls/core/TestObject.idl |
diff --git a/Source/bindings/tests/idls/core/TestObject.idl b/Source/bindings/tests/idls/core/TestObject.idl |
index 542f46438e10618d2d7e5911afd7547f75efda5c..0a81b5ce8198b5b8a86d8ff614cadef2f2400426 100644 |
--- a/Source/bindings/tests/idls/core/TestObject.idl |
+++ b/Source/bindings/tests/idls/core/TestObject.idl |
@@ -157,6 +157,7 @@ interface TestObject { |
attribute EventHandler eventHandlerAttribute; |
// Union types |
attribute (double or DOMString) doubleOrStringAttribute; |
+ attribute (double or DOMString)? doubleOrStringOrNullAttribute; |
// Extended attributes |
[LogActivity, LogAllWorlds] attribute long activityLoggingAccessForAllWorldsLongAttribute; |