Index: Source/web/tests/IDBBindingUtilitiesTest.cpp |
diff --git a/Source/web/tests/IDBBindingUtilitiesTest.cpp b/Source/web/tests/IDBBindingUtilitiesTest.cpp |
index 41dc1ab0974862a0b286aff6ce7a9c2b06724b48..d033c93dfb2b104512ecec2812d6ad87ba79ac7c 100644 |
--- a/Source/web/tests/IDBBindingUtilitiesTest.cpp |
+++ b/Source/web/tests/IDBBindingUtilitiesTest.cpp |
@@ -50,7 +50,7 @@ PassRefPtr<IDBKey> checkKeyFromValueAndKeyPathInternal(const ScriptValue& value, |
{ |
IDBKeyPath idbKeyPath(keyPath); |
EXPECT_TRUE(idbKeyPath.isValid()); |
- |
+ |
return createIDBKeyFromScriptValueAndKeyPath(0, value, idbKeyPath); |
} |