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

Unified Diff: Source/bindings/tests/results/V8TestCallback.cpp

Issue 21006006: Add forEach() to CSSVariablesMap (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Reverted .tmpl rename 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/tests/results/V8TestCallback.cpp
diff --git a/Source/bindings/tests/results/V8TestCallback.cpp b/Source/bindings/tests/results/V8TestCallback.cpp
index c582447391ae77c24173114d45910cae9f764b3c..c6ee8b0daec52ce29dfb48f4f90b8825baac653d 100644
--- a/Source/bindings/tests/results/V8TestCallback.cpp
+++ b/Source/bindings/tests/results/V8TestCallback.cpp
@@ -237,7 +237,7 @@ bool V8TestCallback::callbackWithThisArg(ScriptValue thisValue, int param)
CRASH();
return true;
}
- ASSERT(thisHandle->isObject());
+ ASSERT(thisHandle->IsObject());
v8::Handle<v8::Value> paramHandle = v8::Integer::New(param, isolate);
if (paramHandle.IsEmpty()) {
if (!isScriptControllerTerminating())

Powered by Google App Engine
This is Rietveld 408576698