Title: [97482] trunk/Source/WebCore
- Revision
- 97482
- Author
- [email protected]
- Date
- 2011-10-14 11:26:09 -0700 (Fri, 14 Oct 2011)
Log Message
Include dom/ExceptionCode.h instead of Filesystem APIs headers
to fix compile error when ENABLE_WORKERS=1 and ENABLE_FILE_SYSTEM=0
https://bugs.webkit.org/show_bug.cgi?id=70036
Patch by Yuji Sanachan <[email protected]> on 2011-10-14
Reviewed by Darin Adler.
* workers/WorkerContext.cpp:
(WebCore::WorkerContext::importScript):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (97481 => 97482)
--- trunk/Source/WebCore/ChangeLog 2011-10-14 18:14:57 UTC (rev 97481)
+++ trunk/Source/WebCore/ChangeLog 2011-10-14 18:26:09 UTC (rev 97482)
@@ -1,3 +1,14 @@
+2011-10-14 Yuji Sanachan <[email protected]>
+
+ Include dom/ExceptionCode.h instead of Filesystem APIs headers
+ to fix compile error when ENABLE_WORKERS=1 and ENABLE_FILE_SYSTEM=0
+ https://bugs.webkit.org/show_bug.cgi?id=70036
+
+ Reviewed by Darin Adler.
+
+ * workers/WorkerContext.cpp:
+ (WebCore::WorkerContext::importScript):
+
2011-10-14 Darin Adler <[email protected]>
Text drawn via -webkit-background-clip:text should be non-blurry with all scaling
Modified: trunk/Source/WebCore/workers/WorkerContext.cpp (97481 => 97482)
--- trunk/Source/WebCore/workers/WorkerContext.cpp 2011-10-14 18:14:57 UTC (rev 97481)
+++ trunk/Source/WebCore/workers/WorkerContext.cpp 2011-10-14 18:26:09 UTC (rev 97482)
@@ -82,6 +82,8 @@
#include "FileSystemCallbacks.h"
#include "LocalFileSystem.h"
#include "SyncCallbackHelper.h"
+#else
+#include "ExceptionCode.h"
#endif
namespace WebCore {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes