[Webkit-unassigned] [Bug 70036] New: compile error in WebCore::WorkerContext::importScript()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 13 10:18:21 PDT 2011


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

           Summary: compile error in
                    WebCore::WorkerContext::importScript()
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Minor
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: sanachan.y at gmail.com



sanachan.y at gmail.com changed:

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


Created an attachment (id=110868)
 --> (https://bugs.webkit.org/attachment.cgi?id=110868&action=review)
Include ExceptionCode.h instead

In WebCore::WorkerContext::importScript() method,
a compile error like 'SYNTAX_ERR is not defined' occurs when
compile switches are set to :-
  - ENABLE_WORKERS=1
  - ENABLE_FILE_SYSTEM=0

Include dom/ExceptionCode.h instead, like the attached candidate patch.

I don't know about WebKit's commit policy so that I set commit-queue to '?'.

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