Title: [149791] trunk/Source/WebCore
Revision
149791
Author
[email protected]
Date
2013-05-08 22:26:17 -0700 (Wed, 08 May 2013)

Log Message

SecurityOrigin doesn’t need to forward declare or include Document
https://bugs.webkit.org/show_bug.cgi?id=115847

Reviewed by Alexey Proskuryakov.

Merge https://chromium.googlesource.com/chromium/blink/+/fc7a88caa9c41f3471d8994a530643e5225f82fc.

Removed unused Document forward declaration+include from SecurityOrigin.

* page/SecurityOrigin.cpp:
* page/SecurityOrigin.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (149790 => 149791)


--- trunk/Source/WebCore/ChangeLog	2013-05-09 04:50:54 UTC (rev 149790)
+++ trunk/Source/WebCore/ChangeLog	2013-05-09 05:26:17 UTC (rev 149791)
@@ -1,3 +1,17 @@
+2013-05-08  Ryosuke Niwa  <[email protected]>
+
+        SecurityOrigin doesn’t need to forward declare or include Document
+        https://bugs.webkit.org/show_bug.cgi?id=115847
+
+        Reviewed by Alexey Proskuryakov.
+
+        Merge https://chromium.googlesource.com/chromium/blink/+/fc7a88caa9c41f3471d8994a530643e5225f82fc.
+
+        Removed unused Document forward declaration+include from SecurityOrigin.
+
+        * page/SecurityOrigin.cpp:
+        * page/SecurityOrigin.h:
+
 2013-05-08  David Kilzer  <[email protected]>
 
         BUILD FIX: Don't use adoptCF() with NSDictionary * object

Modified: trunk/Source/WebCore/page/SecurityOrigin.cpp (149790 => 149791)


--- trunk/Source/WebCore/page/SecurityOrigin.cpp	2013-05-09 04:50:54 UTC (rev 149790)
+++ trunk/Source/WebCore/page/SecurityOrigin.cpp	2013-05-09 05:26:17 UTC (rev 149791)
@@ -30,7 +30,6 @@
 #include "SecurityOrigin.h"
 
 #include "BlobURL.h"
-#include "Document.h"
 #include "FileSystem.h"
 #include "KURL.h"
 #include "SchemeRegistry.h"

Modified: trunk/Source/WebCore/page/SecurityOrigin.h (149790 => 149791)


--- trunk/Source/WebCore/page/SecurityOrigin.h	2013-05-09 04:50:54 UTC (rev 149790)
+++ trunk/Source/WebCore/page/SecurityOrigin.h	2013-05-09 05:26:17 UTC (rev 149791)
@@ -34,7 +34,6 @@
 
 namespace WebCore {
 
-class Document;
 class KURL;
 
 class SecurityOrigin : public ThreadSafeRefCounted<SecurityOrigin> {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to