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

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: Created 7 years, 5 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 170e849741d763f9161c15f91f8ce5beac8cc3f7..b90295d2d43921797b5718ead9ae81a4a3eb52e3 100644
--- a/Source/bindings/scripts/deprecated_code_generator_v8.pm
+++ b/Source/bindings/scripts/deprecated_code_generator_v8.pm
@@ -4649,7 +4649,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