Title: [97404] trunk/Source/WebCore
Revision
97404
Author
[email protected]
Date
2011-10-13 14:52:12 -0700 (Thu, 13 Oct 2011)

Log Message

Unreviewed. Qt compile fix.

* css/CSSFontFaceSource.cpp: include Document.h.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (97403 => 97404)


--- trunk/Source/WebCore/ChangeLog	2011-10-13 21:40:02 UTC (rev 97403)
+++ trunk/Source/WebCore/ChangeLog	2011-10-13 21:52:12 UTC (rev 97404)
@@ -1,3 +1,9 @@
+2011-10-13  Abhishek Arya  <[email protected]>
+
+        Unreviewed. Qt compile fix.
+
+        * css/CSSFontFaceSource.cpp: include Document.h.
+
 2011-10-12  Abhishek Arya  <[email protected]>
 
         Register custom fonts at their creation time,  

Modified: trunk/Source/WebCore/css/CSSFontFaceSource.cpp (97403 => 97404)


--- trunk/Source/WebCore/css/CSSFontFaceSource.cpp	2011-10-13 21:40:02 UTC (rev 97403)
+++ trunk/Source/WebCore/css/CSSFontFaceSource.cpp	2011-10-13 21:52:12 UTC (rev 97404)
@@ -30,6 +30,7 @@
 #include "CSSFontFace.h"
 #include "CSSFontSelector.h"
 #include "CachedResourceLoader.h"
+#include "Document.h"
 #include "FontCache.h"
 #include "FontDescription.h"
 #include "GlyphPageTreeNode.h"
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to