Commit 9f73fc8d authored by alex@webkit.org's avatar alex@webkit.org

2011-03-15 Alejandro G. Castro <alex@igalia.com>

        Reviewed by Martin Robinson.

        [GTK] Fix compilation warning after r80892
        https://bugs.webkit.org/show_bug.cgi?id=56302

        * DumpRenderTree/gtk/LayoutTestControllerGtk.cpp:
        (LayoutTestController::originsWithLocalStorage):

git-svn-id: svn://svn.chromium.org/blink/trunk@81123 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 31609201
2011-03-15 Alejandro G. Castro <alex@igalia.com>
Reviewed by Martin Robinson.
[GTK] Fix compilation warning after r80892
https://bugs.webkit.org/show_bug.cgi?id=56302
* DumpRenderTree/gtk/LayoutTestControllerGtk.cpp:
(LayoutTestController::originsWithLocalStorage):
2011-03-15 Robert Hogan <robert@webkit.org> 2011-03-15 Robert Hogan <robert@webkit.org>
Reviewed by Adam Barth. Reviewed by Adam Barth.
......
...@@ -657,9 +657,10 @@ void LayoutTestController::setDatabaseQuota(unsigned long long quota) ...@@ -657,9 +657,10 @@ void LayoutTestController::setDatabaseQuota(unsigned long long quota)
webkit_security_origin_set_web_database_quota(origin, quota); webkit_security_origin_set_web_database_quota(origin, quota);
} }
JSValueRef LayoutTestController::originsWithLocalStorage(JSContextRef) JSValueRef LayoutTestController::originsWithLocalStorage(JSContextRef context)
{ {
// FIXME: implement // FIXME: implement
return JSValueMakeUndefined(context);
} }
void LayoutTestController::deleteAllLocalStorage() void LayoutTestController::deleteAllLocalStorage()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment