Title: [122459] trunk/Source/WebCore
Revision
122459
Author
[email protected]
Date
2012-07-12 08:01:08 -0700 (Thu, 12 Jul 2012)

Log Message

InspectorFileSystemAgent.cpp have to include File.h explicitly
https://bugs.webkit.org/show_bug.cgi?id=91078

Patch by Dongwoo Im <[email protected]> on 2012-07-12
Reviewed by Vsevolod Vlasov.

Make sure the InspectorFileSystemAgent.cpp include the File.h by including explicitly.

No new tests. Covered by existing tests.

* inspector/InspectorFileSystemAgent.cpp: Include File.h

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (122458 => 122459)


--- trunk/Source/WebCore/ChangeLog	2012-07-12 15:00:49 UTC (rev 122458)
+++ trunk/Source/WebCore/ChangeLog	2012-07-12 15:01:08 UTC (rev 122459)
@@ -1,3 +1,16 @@
+2012-07-12  Dongwoo Im  <[email protected]>
+
+        InspectorFileSystemAgent.cpp have to include File.h explicitly
+        https://bugs.webkit.org/show_bug.cgi?id=91078
+
+        Reviewed by Vsevolod Vlasov.
+
+        Make sure the InspectorFileSystemAgent.cpp include the File.h by including explicitly.
+
+        No new tests. Covered by existing tests.
+
+        * inspector/InspectorFileSystemAgent.cpp: Include File.h
+
 2012-07-12  Vsevolod Vlasov  <[email protected]>
 
         Web Inspector: [Regression] Stale revisions should be removed on navigation.

Modified: trunk/Source/WebCore/inspector/InspectorFileSystemAgent.cpp (122458 => 122459)


--- trunk/Source/WebCore/inspector/InspectorFileSystemAgent.cpp	2012-07-12 15:00:49 UTC (rev 122458)
+++ trunk/Source/WebCore/inspector/InspectorFileSystemAgent.cpp	2012-07-12 15:01:08 UTC (rev 122459)
@@ -44,6 +44,7 @@
 #include "EntryArray.h"
 #include "EntryCallback.h"
 #include "ErrorCallback.h"
+#include "File.h"
 #include "FileCallback.h"
 #include "FileEntry.h"
 #include "FileError.h"
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to