summaryrefslogtreecommitdiff
path: root/Source/web/tests/IDBBindingUtilitiesTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/web/tests/IDBBindingUtilitiesTest.cpp')
-rw-r--r--Source/web/tests/IDBBindingUtilitiesTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/web/tests/IDBBindingUtilitiesTest.cpp b/Source/web/tests/IDBBindingUtilitiesTest.cpp
index 41dc1ab09..d033c93df 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);
}