Index: Source/bindings/tests/results/V8TestCallback.cpp |
diff --git a/Source/bindings/tests/results/V8TestCallback.cpp b/Source/bindings/tests/results/V8TestCallback.cpp |
index 588ec60c2c3da67e868fce9796a41b6ececbd940..cb8042f61c8e0932b5137ad55205d0b9f3af9932 100644 |
--- a/Source/bindings/tests/results/V8TestCallback.cpp |
+++ b/Source/bindings/tests/results/V8TestCallback.cpp |
@@ -266,7 +266,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()) |