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