[Webkit-unassigned] [Bug 28834] New: Compiling ScriptController failed because localStorage isn't defined.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 30 07:24:01 PDT 2009


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

           Summary: Compiling ScriptController failed because localStorage
                    isn't defined.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Critical
          Priority: P2
         Component: WebCore JavaScript
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: simon.maxime at gmail.com


Since r47846, WebKit build fails on systems which didn't enable DOM_STORAGE.
So I would suggest to add #if ENABLE(DOM_STORAGE) … #endif around the code
introduced by this revision. I think I can produce a patch for this, but should
I also add this preprocessing around the v8 code?

-- 
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