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

Unified Diff: Source/bindings/IDLExtendedAttributes.txt

Issue 143943020: Replace [TreatNullAs=functionName] with [StrictTypeChecking] (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update tests, Python, and IDLExtendedAttributes.txt Created 6 years, 11 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 05c5f5c225a1b03bab6a28a8916af8c5ee6e673f..2df22a3cff7fc92bc6d7faad8b5493202801bf68 100644
--- a/Source/bindings/IDLExtendedAttributes.txt
+++ b/Source/bindings/IDLExtendedAttributes.txt
@@ -88,8 +88,8 @@ SetWrapperReferenceTo=*
SetterCallWith=ExecutionContext|ScriptState|ScriptArguments|ActiveWindow|FirstWindow
SpecialWrapFor=*
StrictTypeChecking
-TreatNullAs=NullString|*
+TreatNullAs=NullString
TreatReturnedNullStringAs=Null|Undefined
-TreatUndefinedAs=NullString|*
+TreatUndefinedAs=NullString
URL
Unforgeable

Powered by Google App Engine
This is Rietveld 408576698