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

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

Issue 21006006: Add forEach() to CSSVariablesMap (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase and review changes Created 7 years, 3 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/code_generator_v8.pm
diff --git a/Source/bindings/scripts/code_generator_v8.pm b/Source/bindings/scripts/code_generator_v8.pm
index 83313ae3b48308909d0e0d9d64a1af73235f08ad..1c7252607ff56bd9dac9477d0d38b975339e5093 100644
--- a/Source/bindings/scripts/code_generator_v8.pm
+++ b/Source/bindings/scripts/code_generator_v8.pm
@@ -4737,7 +4737,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