Title: [185501] trunk/Source/WebCore
Revision
185501
Author
y...@yoav.ws
Date
2015-06-12 06:17:09 -0700 (Fri, 12 Jun 2015)

Log Message

Fix the build when the PICTURE_SIZES flag is off
https://bugs.webkit.org/show_bug.cgi?id=145926

Reviewed by Csaba Osztrogonác.

No new tests since there's no functionality change.

* html/parser/HTMLPreloadScanner.cpp: Remove the guard around the definition of m_sizesAttribute.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (185500 => 185501)


--- trunk/Source/WebCore/ChangeLog	2015-06-12 12:58:36 UTC (rev 185500)
+++ trunk/Source/WebCore/ChangeLog	2015-06-12 13:17:09 UTC (rev 185501)
@@ -1,3 +1,14 @@
+2015-06-12  Yoav Weiss  <y...@yoav.ws>
+
+        Fix the build when the PICTURE_SIZES flag is off
+        https://bugs.webkit.org/show_bug.cgi?id=145926
+
+        Reviewed by Csaba Osztrogonác.
+
+        No new tests since there's no functionality change.
+
+        * html/parser/HTMLPreloadScanner.cpp: Remove the guard around the definition of m_sizesAttribute.
+
 2015-06-12  Commit Queue  <commit-qu...@webkit.org>
 
         Unreviewed, rolling out r185492.

Modified: trunk/Source/WebCore/html/parser/HTMLPreloadScanner.cpp (185500 => 185501)


--- trunk/Source/WebCore/html/parser/HTMLPreloadScanner.cpp	2015-06-12 12:58:36 UTC (rev 185500)
+++ trunk/Source/WebCore/html/parser/HTMLPreloadScanner.cpp	2015-06-12 13:17:09 UTC (rev 185501)
@@ -235,9 +235,7 @@
     TagId m_tagId;
     String m_urlToLoad;
     String m_srcSetAttribute;
-#if ENABLE(PICTURE_SIZES)
     String m_sizesAttribute;
-#endif
     String m_charset;
     String m_crossOriginMode;
     bool m_linkIsStyleSheet;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to