Index: Source/bindings/tests/results/V8TestInterfaceEmpty.cpp |
diff --git a/Source/bindings/tests/results/V8TestInterfaceEmpty.cpp b/Source/bindings/tests/results/V8TestInterfaceEmpty.cpp |
index f5735cef37c4807ecdf929119a259b58dd825e07..2a66a1d539e11829047f291035b7b8d616b01bcb 100644 |
--- a/Source/bindings/tests/results/V8TestInterfaceEmpty.cpp |
+++ b/Source/bindings/tests/results/V8TestInterfaceEmpty.cpp |
@@ -105,7 +105,7 @@ bool V8TestInterfaceEmpty::HasInstanceInAnyWorld(v8::Handle<v8::Value> value, v8 |
v8::Handle<v8::Object> V8TestInterfaceEmpty::createWrapper(PassRefPtr<TestInterfaceEmpty> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) |
{ |
- ASSERT(impl.get()); |
+ ASSERT(impl); |
ASSERT(!DOMDataStore::containsWrapper<V8TestInterfaceEmpty>(impl.get(), isolate)); |
if (ScriptWrappable::wrapperCanBeStoredInObject(impl.get())) { |
const WrapperTypeInfo* actualInfo = ScriptWrappable::getTypeInfoFromObject(impl.get()); |