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

Unified Diff: Source/bindings/IDLExtendedAttributes.txt

Issue 1186823014: [bindings] Eliminate custom bindings for DeviceOrientationEvent. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Introducing |TreatUndefinedAs=Null| Created 5 years, 6 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: Source/bindings/IDLExtendedAttributes.txt
diff --git a/Source/bindings/IDLExtendedAttributes.txt b/Source/bindings/IDLExtendedAttributes.txt
index 1e20d2ce28bbcee0f96fa73ff0f0a646d1b1954e..e6e99f93d85b9b4092b17d488884ed2db085a0ac 100644
--- a/Source/bindings/IDLExtendedAttributes.txt
+++ b/Source/bindings/IDLExtendedAttributes.txt
@@ -99,7 +99,7 @@ SetWrapperReferenceTo=*
SetterCallWith=ExecutionContext|ScriptArguments|ActiveWindow|FirstWindow
TreatNullAs=NullString|EmptyString
TreatReturnedNullStringAs=Null|Undefined
-TreatUndefinedAs=NullString
+TreatUndefinedAs=NullString|Null
vivekg 2015/06/17 14:23:46 I should reorder this TreatUndefinedAs=Null|NullS
TypeChecking=Interface
URL
Unforgeable

Powered by Google App Engine
This is Rietveld 408576698