[Webkit-unassigned] [Bug 38589] [chromium] Add quota parameter to WebStorageNamespace::createSessionStorageNamespace

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 5 10:17:55 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=38589


Jeremy Orlow <jorlow at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #55133|review?                     |review+, commit-queue-
               Flag|                            |




--- Comment #2 from Jeremy Orlow <jorlow at chromium.org>  2010-05-05 10:17:54 PST ---
(From update of attachment 55133)
Please fix and upload another patch.  I'll commit queue + that one (so it'll
get committed to WebKit).


> diff --git a/WebKit/chromium/ChangeL
>      // If path is empty, data will not persist. You should call delete on the returned
>      // object when you're finished.
>      WEBKIT_API static WebStorageNamespace* createLocalStorageNamespace(const WebString& backingDirectoryPath, unsigned quota);
> -    WEBKIT_API static WebStorageNamespace* createSessionStorageNamespace();
> +

Don't need this newline.

> +    WEBKIT_API static WebStorageNamespace* createSessionStorageNamespace(unsigned quota);
> +

Don't need this new lines.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list