Title: [111184] trunk/Source/WebCore
- Revision
- 111184
- Author
- [email protected]
- Date
- 2012-03-19 08:11:16 -0700 (Mon, 19 Mar 2012)
Log Message
Add ENABLED(FILE_SYSTEM) to DOMFilePath.h
https://bugs.webkit.org/show_bug.cgi?id=81393
Patch by Mark Pilgrim <[email protected]> on 2012-03-19
Reviewed by Kentaro Hara.
No new tests, all existing tests pass.
* Modules/filesystem/DOMFilePath.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (111183 => 111184)
--- trunk/Source/WebCore/ChangeLog 2012-03-19 14:54:33 UTC (rev 111183)
+++ trunk/Source/WebCore/ChangeLog 2012-03-19 15:11:16 UTC (rev 111184)
@@ -1,3 +1,14 @@
+2012-03-19 Mark Pilgrim <[email protected]>
+
+ Add ENABLED(FILE_SYSTEM) to DOMFilePath.h
+ https://bugs.webkit.org/show_bug.cgi?id=81393
+
+ Reviewed by Kentaro Hara.
+
+ No new tests, all existing tests pass.
+
+ * Modules/filesystem/DOMFilePath.h:
+
2012-03-19 Max Vujovic <[email protected]>
inspector highlight of SVG root element with viewbox does not match dimensions of element
Modified: trunk/Source/WebCore/Modules/filesystem/DOMFilePath.h (111183 => 111184)
--- trunk/Source/WebCore/Modules/filesystem/DOMFilePath.h 2012-03-19 14:54:33 UTC (rev 111183)
+++ trunk/Source/WebCore/Modules/filesystem/DOMFilePath.h 2012-03-19 15:11:16 UTC (rev 111184)
@@ -31,6 +31,8 @@
#ifndef DOMFilePath_h
#define DOMFilePath_h
+#if ENABLE(FILE_SYSTEM)
+
#include "PlatformString.h"
#include <wtf/PassRefPtr.h>
#include <wtf/RefCounted.h>
@@ -83,4 +85,6 @@
} // namespace WebCore
+#endif // ENABLE(FILE_SYSTEM)
+
#endif // DOMFilePath_h
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes