Index: Source/bindings/tests/results/V8TestMediaQueryListListener.cpp |
diff --git a/Source/bindings/tests/results/V8TestMediaQueryListListener.cpp b/Source/bindings/tests/results/V8TestMediaQueryListListener.cpp |
index 8409b4a81d1d68cbdca2e3338c6a288485f66d21..37247e1b489a8069357f37b571f484b0fbc9c4ae 100644 |
--- a/Source/bindings/tests/results/V8TestMediaQueryListListener.cpp |
+++ b/Source/bindings/tests/results/V8TestMediaQueryListListener.cpp |
@@ -136,7 +136,7 @@ bool V8TestMediaQueryListListener::HasInstanceInAnyWorld(v8::Handle<v8::Value> v |
v8::Handle<v8::Object> V8TestMediaQueryListListener::createWrapper(PassRefPtr<TestMediaQueryListListener> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) |
{ |
- ASSERT(impl.get()); |
+ ASSERT(impl); |
ASSERT(!DOMDataStore::containsWrapper<V8TestMediaQueryListListener>(impl.get(), isolate)); |
if (ScriptWrappable::wrapperCanBeStoredInObject(impl.get())) { |
const WrapperTypeInfo* actualInfo = ScriptWrappable::getTypeInfoFromObject(impl.get()); |