[webkit-reviews] review requested: [Bug 79933] [chromium] Use webkit_support to create session storage namespaces in DRT. : [Attachment 129508] drt

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 29 14:20:41 PST 2012


Tony Chang <tony at chromium.org> has asked  for review:
Bug 79933: [chromium] Use webkit_support to create session storage namespaces
in DRT.
https://bugs.webkit.org/show_bug.cgi?id=79933

Attachment 129508: drt
https://bugs.webkit.org/attachment.cgi?id=129508&action=review

------- Additional Comments from Tony Chang <tony at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=129508&action=review


> Tools/DumpRenderTree/chromium/WebViewHost.cpp:276
> -    return
WebKit::WebStorageNamespace::createSessionStorageNamespace(quota);
> +    return webkit_support::CreateSessionStorageNamespace(quota);

I don't see this method in webkit/support/webkit_support.h.  Am I missing
something?


More information about the webkit-reviews mailing list