Title: [90174] trunk/Source/WebCore
Revision
90174
Author
[email protected]
Date
2011-06-30 15:39:13 -0700 (Thu, 30 Jun 2011)

Log Message

2011-06-30  Rafael Brandao  <[email protected]>

        Reviewed by Andreas Kling.

        [Qt] build-webkit warning: cannot find file ElementShadowPseudoId.h
        https://bugs.webkit.org/show_bug.cgi?id=63747

        Removed reference to ElementShadowPseudoId.h that no longer exists.

        * WebCore.pro:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (90173 => 90174)


--- trunk/Source/WebCore/ChangeLog	2011-06-30 22:29:01 UTC (rev 90173)
+++ trunk/Source/WebCore/ChangeLog	2011-06-30 22:39:13 UTC (rev 90174)
@@ -1,3 +1,14 @@
+2011-06-30  Rafael Brandao  <[email protected]>
+
+        Reviewed by Andreas Kling.
+
+        [Qt] build-webkit warning: cannot find file ElementShadowPseudoId.h
+        https://bugs.webkit.org/show_bug.cgi?id=63747
+
+        Removed reference to ElementShadowPseudoId.h that no longer exists.
+
+        * WebCore.pro:
+
 2011-06-30  Anders Carlsson  <[email protected]>
 
         Fix clang build.

Modified: trunk/Source/WebCore/WebCore.pro (90173 => 90174)


--- trunk/Source/WebCore/WebCore.pro	2011-06-30 22:29:01 UTC (rev 90173)
+++ trunk/Source/WebCore/WebCore.pro	2011-06-30 22:39:13 UTC (rev 90174)
@@ -1765,7 +1765,6 @@
     html/parser/XSSAuditor.h \
     html/shadow/MediaControlElements.h \
     html/shadow/DetailsMarkerControl.h \
-    html/shadow/ElementWithPseudoId.h \
     inspector/ConsoleMessage.h \
     inspector/DOMNodeHighlighter.h \
     inspector/EventsCollector.h \
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to