No subject
Mon Jan 28 08:41:14 PST 2013
9888">r149888</a> by <cevans at chromium.org>
<http://src.chromium.org/viewvc/blink?view=3Drevision&revision=3D1=
49888>
* svg/SVGStyledElement.h:</pre>
<h3>Modified Paths</h3>
<ul>
<li><a href=3D"#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeL=
og</a></li>
<li><a href=3D"#trunkSourceWebCoresvgSVGStyledElementh">trunk/Source/WebC=
ore/svg/SVGStyledElement.h</a></li>
</ul>
</div>
<div id=3D"patch">
<h3>Diff</h3>
<a id=3D"trunkSourceWebCoreChangeLog"></a>
<div class=3D"modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (1497=
33 =3D> 149734)</h4>
<pre class=3D"diff"><span>
<span class=3D"info">--- trunk/Source/WebCore/ChangeLog 2013-05-08 13:00:=
59 UTC (rev 149733)
+++ trunk/Source/WebCore/ChangeLog 2013-05-08 13:07:05 UTC (rev 149734)
</span><span class=3D"lines">@@ -1,3 +1,12 @@
</span><ins>+2013-05-08 Andreas Kling <akling at apple.com>
+
+ SVGStyledElement::getPresentationAttribute() does not need to be=
virtual.
+
+ From Blink r149888 by <cevans at chromium.org>
+ <http://src.chromium.org/viewvc/blink?view=3Drevision&rev=
ision=3D149888>
+
+ * svg/SVGStyledElement.h:
+
</ins><span class=3D"cx"> 2013-05-08 Allan Sandfeld Jensen <allan.je=
nsen at digia.com>
</span><span class=3D"cx">=20
</span><span class=3D"cx"> Crash when loading link to audio file
</span></span></pre></div>
<a id=3D"trunkSourceWebCoresvgSVGStyledElementh"></a>
<div class=3D"modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGStyledEl=
ement.h (149733 =3D> 149734)</h4>
<pre class=3D"diff"><span>
<span class=3D"info">--- trunk/Source/WebCore/svg/SVGStyledElement.h 2013=
-05-08 13:00:59 UTC (rev 149733)
+++ trunk/Source/WebCore/svg/SVGStyledElement.h 2013-05-08 13:07:05 UTC (=
rev 149734)
</span><span class=3D"lines">@@ -44,7 +44,7 @@
</span><span class=3D"cx">=20
</span><span class=3D"cx"> virtual bool supportsMarkers() const { ret=
urn false; }
</span><span class=3D"cx">=20
</span><del>- virtual PassRefPtr<CSSValue> getPresentationAttrib=
ute(const String& name);
</del><ins>+ PassRefPtr<CSSValue> getPresentationAttribute(const=
String& name);
</ins><span class=3D"cx">=20
</span><span class=3D"cx"> bool isKnownAttribute(const QualifiedName&=
amp;);
</span><span class=3D"cx">=20
</span></span></pre>
</div>
</div>
</body>
</html>
More information about the webkit-changes
mailing list