Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(222)

Unified Diff: third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl

Issue 2809543002: bindings: Pass is_null flag to attribute setters when they are nullable (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl
diff --git a/third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl b/third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl
index 4e24d28c2a4e6b69bfd850f19e0a9b767816aafd..3757b870e3b680154f4e974b73990f96856e3bba 100644
--- a/third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl
+++ b/third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl
@@ -112,6 +112,7 @@ interface TestObject {
attribute FrozenArray<DOMString> stringFrozenArrayAttribute;
attribute FrozenArray<TestInterfaceEmpty> testInterfaceEmptyFrozenArrayAttribute;
// Nullable attributes
+ attribute boolean? booleanOrNullAttribute;
attribute DOMString? stringOrNullAttribute;
attribute long? longOrNullAttribute;
attribute TestInterface? testInterfaceOrNullAttribute;

Powered by Google App Engine
This is Rietveld 408576698