Index: Source/bindings/v8/V8ValueCache.cpp |
diff --git a/Source/bindings/v8/V8ValueCache.cpp b/Source/bindings/v8/V8ValueCache.cpp |
index 7e20131b70dc2eb33448c94d44f48e0180f49b0d..8c2be0f3795dbfbf78bd86a10005e10ebaaa2d7e 100644 |
--- a/Source/bindings/v8/V8ValueCache.cpp |
+++ b/Source/bindings/v8/V8ValueCache.cpp |
@@ -56,7 +56,7 @@ void StringCache::makeWeakCallback(v8::Isolate* isolate, v8::Persistent<v8::Stri |
stringImpl->deref(); |
} |
-void StringCache::remove(StringImpl* stringImpl) |
+void StringCache::remove(StringImpl* stringImpl) |
{ |
ASSERT(m_stringCache.contains(stringImpl)); |
m_stringCache.remove(stringImpl); |