[webkit-reviews] review requested: [Bug 70036] compile error in WebCore::WorkerContext::importScript() : [Attachment 110868] Include ExceptionCode.h instead

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


sanachan.y at gmail.com has asked	for review:
Bug 70036: compile error in WebCore::WorkerContext::importScript()
https://bugs.webkit.org/show_bug.cgi?id=70036

Attachment 110868: Include ExceptionCode.h instead
https://bugs.webkit.org/attachment.cgi?id=110868&action=review

------- Additional Comments from sanachan.y at gmail.com
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 '?'.


More information about the webkit-reviews mailing list