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

Unified Diff: Source/bindings/scripts/deprecated_code_generator_v8.pm

Issue 21006006: Add forEach() to CSSVariablesMap (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Generator & test nits Created 7 years, 4 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/scripts/deprecated_code_generator_v8.pm
diff --git a/Source/bindings/scripts/deprecated_code_generator_v8.pm b/Source/bindings/scripts/deprecated_code_generator_v8.pm
index 509aef934798ea65d3b26a22d1522d1eaae1c768..b6eef0471d273eb815f9f47bb5edabea1b46812c 100644
--- a/Source/bindings/scripts/deprecated_code_generator_v8.pm
+++ b/Source/bindings/scripts/deprecated_code_generator_v8.pm
@@ -4646,7 +4646,7 @@ END
$code .= " CRASH();\n";
$code .= " return true;\n";
$code .= " }\n";
- $code .= " ASSERT(thisHandle->isObject());\n";
+ $code .= " ASSERT(thisHandle->IsObject());\n";
$thisObjectHandle = "v8::Handle<v8::Object>::Cast(thisHandle), ";
}
@args = ();

Powered by Google App Engine
This is Rietveld 408576698