Title: [182256] trunk/Source/WebCore
- Revision
- 182256
- Author
- [email protected]
- Date
- 2015-04-01 15:13:05 -0700 (Wed, 01 Apr 2015)
Log Message
REGRESSION (r182121): SVG animation macros cause warnings in MSVC
https://bugs.webkit.org/show_bug.cgi?id=143313
Reviewed by Darin Adler.
* svg/SVGExternalResourcesRequired.h: Undo the change that caused a type mismatch.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (182255 => 182256)
--- trunk/Source/WebCore/ChangeLog 2015-04-01 21:26:30 UTC (rev 182255)
+++ trunk/Source/WebCore/ChangeLog 2015-04-01 22:13:05 UTC (rev 182256)
@@ -1,3 +1,12 @@
+2015-04-01 Alexey Proskuryakov <[email protected]>
+
+ REGRESSION (r182121): SVG animation macros cause warnings in MSVC
+ https://bugs.webkit.org/show_bug.cgi?id=143313
+
+ Reviewed by Darin Adler.
+
+ * svg/SVGExternalResourcesRequired.h: Undo the change that caused a type mismatch.
+
2015-04-01 Eric Carlson <[email protected]>
Another attempt to fixi the iOS build after r182240.
Modified: trunk/Source/WebCore/svg/SVGExternalResourcesRequired.h (182255 => 182256)
--- trunk/Source/WebCore/svg/SVGExternalResourcesRequired.h 2015-04-01 21:26:30 UTC (rev 182255)
+++ trunk/Source/WebCore/svg/SVGExternalResourcesRequired.h 2015-04-01 22:13:05 UTC (rev 182256)
@@ -46,7 +46,7 @@
protected:
// These types look a bit awkward, but have to match the generic types of the SVGAnimatedProperty macros.
- virtual void setExternalResourcesRequiredBaseValue(const bool&, bool validValue = true) = 0;
+ virtual void setExternalResourcesRequiredBaseValue(const bool&, const bool validValue = true) = 0;
virtual bool& externalResourcesRequiredBaseValue() const = 0;
virtual void setHaveFiredLoadEvent(bool) { }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes