<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[184852] trunk/Source/WebCore</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/184852">184852</a></dd>
<dt>Author</dt> <dd>commit-queue@webkit.org</dd>
<dt>Date</dt> <dd>2015-05-25 18:46:15 -0700 (Mon, 25 May 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>Replaced 0 with nullptr in WebCore/svg.
https://bugs.webkit.org/show_bug.cgi?id=145367

Patch by Hunseop Jeong &lt;hs85.jeong@samsung.com&gt; on 2015-05-25
Reviewed by Gyuyoung Kim.

No new tests, no behavior changes.

* svg/PatternAttributes.h:
(WebCore::PatternAttributes::PatternAttributes):
* svg/SVGAnimatedType.h:
* svg/SVGElement.cpp:
(WebCore::SVGElement::cursorElementRemoved):
(WebCore::SVGElement::cursorImageValueRemoved):
(WebCore::SVGElement::getPresentationAttribute):
* svg/SVGException.cpp:
(WebCore::SVGException::initializeDescription):
* svg/SVGFEImageElement.cpp:
(WebCore::SVGFEImageElement::clearResourceReferences):
* svg/SVGFontFaceElement.cpp:
(WebCore::SVGFontFaceElement::SVGFontFaceElement):
(WebCore::SVGFontFaceElement::removedFrom):
* svg/SVGFontFaceUriElement.cpp:
(WebCore::SVGFontFaceUriElement::loadFont):
* svg/SVGLength.h:
(WebCore::SVGLength::blend):
* svg/SVGPathBlender.cpp:
(WebCore::SVGPathBlender::SVGPathBlender):
(WebCore::SVGPathBlender::cleanup):
* svg/SVGPathBuilder.cpp:
(WebCore::SVGPathBuilder::SVGPathBuilder):
* svg/SVGPathBuilder.h:
* svg/SVGPathByteStreamBuilder.cpp:
(WebCore::SVGPathByteStreamBuilder::SVGPathByteStreamBuilder):
* svg/SVGPathByteStreamBuilder.h:
* svg/SVGPathElement.cpp:
(WebCore::SVGPathElement::dPropertyInfo):
* svg/SVGPathParser.cpp:
(WebCore::SVGPathParser::SVGPathParser):
(WebCore::SVGPathParser::cleanup):
* svg/SVGPathSegListBuilder.cpp:
(WebCore::SVGPathSegListBuilder::SVGPathSegListBuilder):
* svg/SVGPathSegListBuilder.h:
* svg/SVGPathTraversalStateBuilder.cpp:
(WebCore::SVGPathTraversalStateBuilder::SVGPathTraversalStateBuilder):
* svg/SVGPathUtilities.cpp:
(WebCore::globalSVGPathBuilder):
(WebCore::globalSVGPathSegListBuilder):
(WebCore::globalSVGPathByteStreamBuilder):
(WebCore::globalSVGPathStringBuilder):
(WebCore::globalSVGPathTraversalStateBuilder):
(WebCore::globalSVGPathParser):
(WebCore::globalSVGPathBlender):
* svg/SVGPolyElement.cpp:
(WebCore::SVGPolyElement::pointsPropertyInfo):
* svg/SVGTRefElement.cpp:
(WebCore::SVGTRefTargetEventListener::cast):
(WebCore::SVGTRefTargetEventListener::SVGTRefTargetEventListener):
* svg/SVGTextContentElement.cpp:
(WebCore::SVGTextContentElement::textLengthPropertyInfo):
* svg/SVGURIReference.h:
* svg/SVGViewSpec.cpp:
(WebCore::SVGViewSpec::viewBoxPropertyInfo):
(WebCore::SVGViewSpec::preserveAspectRatioPropertyInfo):
(WebCore::SVGViewSpec::transformPropertyInfo):
* svg/SVGViewSpec.h:
(WebCore::SVGViewSpec::resetContextElement):
* svg/animation/SMILTimeContainer.cpp:
(WebCore::SMILTimeContainer::updateAnimations):
* svg/animation/SVGSMILElement.cpp:
(WebCore::ConditionEventListener::cast):
(WebCore::ConditionEventListener::disconnectAnimation):
(WebCore::SVGSMILElement::SVGSMILElement):
(WebCore::SVGSMILElement::removedFrom):
* svg/graphics/SVGImage.cpp:
(WebCore::SVGImage::drawForContainer):
* svg/graphics/filters/SVGFEImage.cpp:
(WebCore::FEImage::FEImage):
* svg/graphics/filters/SVGFilterBuilder.cpp:
(WebCore::SVGFilterBuilder::clearEffects):
* svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:
(WebCore::SVGAnimatedPathSegListPropertyTearOff::animationEnded):
(WebCore::SVGAnimatedPathSegListPropertyTearOff::SVGAnimatedPathSegListPropertyTearOff):
* svg/properties/SVGAnimatedPropertyDescription.h:
(WebCore::SVGAnimatedPropertyDescription::SVGAnimatedPropertyDescription):
* svg/properties/SVGAnimatedPropertyTearOff.h:
(WebCore::SVGAnimatedPropertyTearOff::~SVGAnimatedPropertyTearOff):
* svg/properties/SVGAnimatedStaticPropertyTearOff.h:
(WebCore::SVGAnimatedStaticPropertyTearOff::animationEnded):
(WebCore::SVGAnimatedStaticPropertyTearOff::SVGAnimatedStaticPropertyTearOff):
* svg/properties/SVGPropertyTearOff.h:
(WebCore::SVGPropertyTearOff::SVGPropertyTearOff):</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCoresvgPatternAttributesh">trunk/Source/WebCore/svg/PatternAttributes.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGAnimatedTypeh">trunk/Source/WebCore/svg/SVGAnimatedType.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGElementcpp">trunk/Source/WebCore/svg/SVGElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGExceptioncpp">trunk/Source/WebCore/svg/SVGException.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEImageElementcpp">trunk/Source/WebCore/svg/SVGFEImageElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFontFaceElementcpp">trunk/Source/WebCore/svg/SVGFontFaceElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFontFaceUriElementcpp">trunk/Source/WebCore/svg/SVGFontFaceUriElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGLengthh">trunk/Source/WebCore/svg/SVGLength.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGPathBlendercpp">trunk/Source/WebCore/svg/SVGPathBlender.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGPathBuildercpp">trunk/Source/WebCore/svg/SVGPathBuilder.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGPathBuilderh">trunk/Source/WebCore/svg/SVGPathBuilder.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGPathByteStreamBuildercpp">trunk/Source/WebCore/svg/SVGPathByteStreamBuilder.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGPathByteStreamBuilderh">trunk/Source/WebCore/svg/SVGPathByteStreamBuilder.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGPathElementcpp">trunk/Source/WebCore/svg/SVGPathElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGPathParsercpp">trunk/Source/WebCore/svg/SVGPathParser.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGPathSegListBuildercpp">trunk/Source/WebCore/svg/SVGPathSegListBuilder.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGPathSegListBuilderh">trunk/Source/WebCore/svg/SVGPathSegListBuilder.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGPathTraversalStateBuildercpp">trunk/Source/WebCore/svg/SVGPathTraversalStateBuilder.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGPathUtilitiescpp">trunk/Source/WebCore/svg/SVGPathUtilities.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGPolyElementcpp">trunk/Source/WebCore/svg/SVGPolyElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGTRefElementcpp">trunk/Source/WebCore/svg/SVGTRefElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGTextContentElementcpp">trunk/Source/WebCore/svg/SVGTextContentElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGURIReferenceh">trunk/Source/WebCore/svg/SVGURIReference.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGViewSpeccpp">trunk/Source/WebCore/svg/SVGViewSpec.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGViewSpech">trunk/Source/WebCore/svg/SVGViewSpec.h</a></li>
<li><a href="#trunkSourceWebCoresvganimationSMILTimeContainercpp">trunk/Source/WebCore/svg/animation/SMILTimeContainer.cpp</a></li>
<li><a href="#trunkSourceWebCoresvganimationSVGSMILElementcpp">trunk/Source/WebCore/svg/animation/SVGSMILElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvggraphicsSVGImagecpp">trunk/Source/WebCore/svg/graphics/SVGImage.cpp</a></li>
<li><a href="#trunkSourceWebCoresvggraphicsfiltersSVGFEImagecpp">trunk/Source/WebCore/svg/graphics/filters/SVGFEImage.cpp</a></li>
<li><a href="#trunkSourceWebCoresvggraphicsfiltersSVGFilterBuildercpp">trunk/Source/WebCore/svg/graphics/filters/SVGFilterBuilder.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgpropertiesSVGAnimatedPathSegListPropertyTearOffh">trunk/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h</a></li>
<li><a href="#trunkSourceWebCoresvgpropertiesSVGAnimatedPropertyDescriptionh">trunk/Source/WebCore/svg/properties/SVGAnimatedPropertyDescription.h</a></li>
<li><a href="#trunkSourceWebCoresvgpropertiesSVGAnimatedPropertyTearOffh">trunk/Source/WebCore/svg/properties/SVGAnimatedPropertyTearOff.h</a></li>
<li><a href="#trunkSourceWebCoresvgpropertiesSVGAnimatedStaticPropertyTearOffh">trunk/Source/WebCore/svg/properties/SVGAnimatedStaticPropertyTearOff.h</a></li>
<li><a href="#trunkSourceWebCoresvgpropertiesSVGPropertyTearOffh">trunk/Source/WebCore/svg/properties/SVGPropertyTearOff.h</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (184851 => 184852)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2015-05-25 15:15:38 UTC (rev 184851)
+++ trunk/Source/WebCore/ChangeLog        2015-05-26 01:46:15 UTC (rev 184852)
</span><span class="lines">@@ -1,3 +1,97 @@
</span><ins>+2015-05-25  Hunseop Jeong  &lt;hs85.jeong@samsung.com&gt;
+
+        Replaced 0 with nullptr in WebCore/svg.
+        https://bugs.webkit.org/show_bug.cgi?id=145367
+
+        Reviewed by Gyuyoung Kim.
+
+        No new tests, no behavior changes.
+
+        * svg/PatternAttributes.h:
+        (WebCore::PatternAttributes::PatternAttributes):
+        * svg/SVGAnimatedType.h:
+        * svg/SVGElement.cpp:
+        (WebCore::SVGElement::cursorElementRemoved):
+        (WebCore::SVGElement::cursorImageValueRemoved):
+        (WebCore::SVGElement::getPresentationAttribute):
+        * svg/SVGException.cpp:
+        (WebCore::SVGException::initializeDescription):
+        * svg/SVGFEImageElement.cpp:
+        (WebCore::SVGFEImageElement::clearResourceReferences):
+        * svg/SVGFontFaceElement.cpp:
+        (WebCore::SVGFontFaceElement::SVGFontFaceElement):
+        (WebCore::SVGFontFaceElement::removedFrom):
+        * svg/SVGFontFaceUriElement.cpp:
+        (WebCore::SVGFontFaceUriElement::loadFont):
+        * svg/SVGLength.h:
+        (WebCore::SVGLength::blend):
+        * svg/SVGPathBlender.cpp:
+        (WebCore::SVGPathBlender::SVGPathBlender):
+        (WebCore::SVGPathBlender::cleanup):
+        * svg/SVGPathBuilder.cpp:
+        (WebCore::SVGPathBuilder::SVGPathBuilder):
+        * svg/SVGPathBuilder.h:
+        * svg/SVGPathByteStreamBuilder.cpp:
+        (WebCore::SVGPathByteStreamBuilder::SVGPathByteStreamBuilder):
+        * svg/SVGPathByteStreamBuilder.h:
+        * svg/SVGPathElement.cpp:
+        (WebCore::SVGPathElement::dPropertyInfo):
+        * svg/SVGPathParser.cpp:
+        (WebCore::SVGPathParser::SVGPathParser):
+        (WebCore::SVGPathParser::cleanup):
+        * svg/SVGPathSegListBuilder.cpp:
+        (WebCore::SVGPathSegListBuilder::SVGPathSegListBuilder):
+        * svg/SVGPathSegListBuilder.h:
+        * svg/SVGPathTraversalStateBuilder.cpp:
+        (WebCore::SVGPathTraversalStateBuilder::SVGPathTraversalStateBuilder):
+        * svg/SVGPathUtilities.cpp:
+        (WebCore::globalSVGPathBuilder):
+        (WebCore::globalSVGPathSegListBuilder):
+        (WebCore::globalSVGPathByteStreamBuilder):
+        (WebCore::globalSVGPathStringBuilder):
+        (WebCore::globalSVGPathTraversalStateBuilder):
+        (WebCore::globalSVGPathParser):
+        (WebCore::globalSVGPathBlender):
+        * svg/SVGPolyElement.cpp:
+        (WebCore::SVGPolyElement::pointsPropertyInfo):
+        * svg/SVGTRefElement.cpp:
+        (WebCore::SVGTRefTargetEventListener::cast):
+        (WebCore::SVGTRefTargetEventListener::SVGTRefTargetEventListener):
+        * svg/SVGTextContentElement.cpp:
+        (WebCore::SVGTextContentElement::textLengthPropertyInfo):
+        * svg/SVGURIReference.h:
+        * svg/SVGViewSpec.cpp:
+        (WebCore::SVGViewSpec::viewBoxPropertyInfo):
+        (WebCore::SVGViewSpec::preserveAspectRatioPropertyInfo):
+        (WebCore::SVGViewSpec::transformPropertyInfo):
+        * svg/SVGViewSpec.h:
+        (WebCore::SVGViewSpec::resetContextElement):
+        * svg/animation/SMILTimeContainer.cpp:
+        (WebCore::SMILTimeContainer::updateAnimations):
+        * svg/animation/SVGSMILElement.cpp:
+        (WebCore::ConditionEventListener::cast):
+        (WebCore::ConditionEventListener::disconnectAnimation):
+        (WebCore::SVGSMILElement::SVGSMILElement):
+        (WebCore::SVGSMILElement::removedFrom):
+        * svg/graphics/SVGImage.cpp:
+        (WebCore::SVGImage::drawForContainer):
+        * svg/graphics/filters/SVGFEImage.cpp:
+        (WebCore::FEImage::FEImage):
+        * svg/graphics/filters/SVGFilterBuilder.cpp:
+        (WebCore::SVGFilterBuilder::clearEffects):
+        * svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:
+        (WebCore::SVGAnimatedPathSegListPropertyTearOff::animationEnded):
+        (WebCore::SVGAnimatedPathSegListPropertyTearOff::SVGAnimatedPathSegListPropertyTearOff):
+        * svg/properties/SVGAnimatedPropertyDescription.h:
+        (WebCore::SVGAnimatedPropertyDescription::SVGAnimatedPropertyDescription):
+        * svg/properties/SVGAnimatedPropertyTearOff.h:
+        (WebCore::SVGAnimatedPropertyTearOff::~SVGAnimatedPropertyTearOff):
+        * svg/properties/SVGAnimatedStaticPropertyTearOff.h:
+        (WebCore::SVGAnimatedStaticPropertyTearOff::animationEnded):
+        (WebCore::SVGAnimatedStaticPropertyTearOff::SVGAnimatedStaticPropertyTearOff):
+        * svg/properties/SVGPropertyTearOff.h:
+        (WebCore::SVGPropertyTearOff::SVGPropertyTearOff):
+
</ins><span class="cx"> 2015-05-24  Sam Weinig  &lt;sam@webkit.org&gt;
</span><span class="cx"> 
</span><span class="cx">         Crash when using a removed ScriptMessageHandler
</span></span></pre></div>
<a id="trunkSourceWebCoresvgPatternAttributesh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/PatternAttributes.h (184851 => 184852)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/PatternAttributes.h        2015-05-25 15:15:38 UTC (rev 184851)
+++ trunk/Source/WebCore/svg/PatternAttributes.h        2015-05-26 01:46:15 UTC (rev 184852)
</span><span class="lines">@@ -37,7 +37,7 @@
</span><span class="cx">         , m_preserveAspectRatio()
</span><span class="cx">         , m_patternUnits(SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX)
</span><span class="cx">         , m_patternContentUnits(SVGUnitTypes::SVG_UNIT_TYPE_USERSPACEONUSE)
</span><del>-        , m_patternContentElement(0)
</del><ins>+        , m_patternContentElement(nullptr)
</ins><span class="cx">         , m_xSet(false)
</span><span class="cx">         , m_ySet(false)
</span><span class="cx">         , m_widthSet(false)
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGAnimatedTypeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGAnimatedType.h (184851 => 184852)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGAnimatedType.h        2015-05-25 15:15:38 UTC (rev 184851)
+++ trunk/Source/WebCore/svg/SVGAnimatedType.h        2015-05-26 01:46:15 UTC (rev 184852)
</span><span class="lines">@@ -276,7 +276,7 @@
</span><span class="cx"> 
</span><span class="cx">     union DataUnion {
</span><span class="cx">         DataUnion()
</span><del>-            : length(0)
</del><ins>+            : length(nullptr)
</ins><span class="cx">         {
</span><span class="cx">         }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGElement.cpp (184851 => 184852)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGElement.cpp        2015-05-25 15:15:38 UTC (rev 184851)
+++ trunk/Source/WebCore/svg/SVGElement.cpp        2015-05-26 01:46:15 UTC (rev 184852)
</span><span class="lines">@@ -458,7 +458,7 @@
</span><span class="cx"> void SVGElement::cursorElementRemoved() 
</span><span class="cx"> {
</span><span class="cx">     ASSERT(m_svgRareData);
</span><del>-    m_svgRareData-&gt;setCursorElement(0);
</del><ins>+    m_svgRareData-&gt;setCursorElement(nullptr);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void SVGElement::setCursorImageValue(CSSCursorImageValue* cursorImageValue)
</span><span class="lines">@@ -475,7 +475,7 @@
</span><span class="cx"> void SVGElement::cursorImageValueRemoved()
</span><span class="cx"> {
</span><span class="cx">     ASSERT(m_svgRareData);
</span><del>-    m_svgRareData-&gt;setCursorImageValue(0);
</del><ins>+    m_svgRareData-&gt;setCursorImageValue(nullptr);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> SVGElement* SVGElement::correspondingElement() const
</span><span class="lines">@@ -1100,7 +1100,7 @@
</span><span class="cx">     CSSPropertyID propertyID = cssPropertyIdForSVGAttributeName(attribute-&gt;name());
</span><span class="cx">     style-&gt;setProperty(propertyID, attribute-&gt;value());
</span><span class="cx">     RefPtr&lt;CSSValue&gt; cssValue = style-&gt;getPropertyCSSValue(propertyID);
</span><del>-    return cssValue ? cssValue-&gt;cloneForCSSOM() : 0;
</del><ins>+    return cssValue ? cssValue-&gt;cloneForCSSOM() : nullptr;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> bool SVGElement::instanceUpdatesBlocked() const
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGExceptioncpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGException.cpp (184851 => 184852)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGException.cpp        2015-05-25 15:15:38 UTC (rev 184851)
+++ trunk/Source/WebCore/svg/SVGException.cpp        2015-05-26 01:46:15 UTC (rev 184852)
</span><span class="lines">@@ -54,8 +54,8 @@
</span><span class="cx">     size_t tableSize = WTF_ARRAY_LENGTH(svgExceptions);
</span><span class="cx">     size_t tableIndex = ec - SVG_WRONG_TYPE_ERR;
</span><span class="cx"> 
</span><del>-    description-&gt;name = tableIndex &lt; tableSize ? svgExceptions[tableIndex].name : 0;
-    description-&gt;description = tableIndex &lt; tableSize ? svgExceptions[tableIndex].description : 0;
</del><ins>+    description-&gt;name = tableIndex &lt; tableSize ? svgExceptions[tableIndex].name : nullptr;
+    description-&gt;description = tableIndex &lt; tableSize ? svgExceptions[tableIndex].description : nullptr;
</ins><span class="cx"> 
</span><span class="cx">     return true;
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEImageElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEImageElement.cpp (184851 => 184852)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEImageElement.cpp        2015-05-25 15:15:38 UTC (rev 184851)
+++ trunk/Source/WebCore/svg/SVGFEImageElement.cpp        2015-05-26 01:46:15 UTC (rev 184852)
</span><span class="lines">@@ -69,7 +69,7 @@
</span><span class="cx"> {
</span><span class="cx">     if (m_cachedImage) {
</span><span class="cx">         m_cachedImage-&gt;removeClient(this);
</span><del>-        m_cachedImage = 0;
</del><ins>+        m_cachedImage = nullptr;
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     document().accessSVGExtensions().removeAllTargetReferencesForElement(this);
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFontFaceElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFontFaceElement.cpp (184851 => 184852)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFontFaceElement.cpp        2015-05-25 15:15:38 UTC (rev 184851)
+++ trunk/Source/WebCore/svg/SVGFontFaceElement.cpp        2015-05-26 01:46:15 UTC (rev 184852)
</span><span class="lines">@@ -50,7 +50,7 @@
</span><span class="cx"> inline SVGFontFaceElement::SVGFontFaceElement(const QualifiedName&amp; tagName, Document&amp; document)
</span><span class="cx">     : SVGElement(tagName, document)
</span><span class="cx">     , m_fontFaceRule(StyleRuleFontFace::create(MutableStyleProperties::create(CSSStrictMode)))
</span><del>-    , m_fontElement(0)
</del><ins>+    , m_fontElement(nullptr)
</ins><span class="cx"> {
</span><span class="cx">     ASSERT(hasTagName(font_faceTag));
</span><span class="cx"> }
</span><span class="lines">@@ -287,7 +287,7 @@
</span><span class="cx">     SVGElement::removedFrom(rootParent);
</span><span class="cx"> 
</span><span class="cx">     if (rootParent.inDocument()) {
</span><del>-        m_fontElement = 0;
</del><ins>+        m_fontElement = nullptr;
</ins><span class="cx">         document().accessSVGExtensions().unregisterSVGFontFaceElement(this);
</span><span class="cx">         m_fontFaceRule-&gt;mutableProperties().clear();
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFontFaceUriElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFontFaceUriElement.cpp (184851 => 184852)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFontFaceUriElement.cpp        2015-05-25 15:15:38 UTC (rev 184851)
+++ trunk/Source/WebCore/svg/SVGFontFaceUriElement.cpp        2015-05-26 01:46:15 UTC (rev 184852)
</span><span class="lines">@@ -109,7 +109,7 @@
</span><span class="cx">             m_cachedFont-&gt;beginLoadIfNeeded(cachedResourceLoader);
</span><span class="cx">         }
</span><span class="cx">     } else
</span><del>-        m_cachedFont = 0;
</del><ins>+        m_cachedFont = nullptr;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGLengthh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGLength.h (184851 => 184852)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGLength.h        2015-05-25 15:15:38 UTC (rev 184851)
+++ trunk/Source/WebCore/svg/SVGLength.h        2015-05-26 01:46:15 UTC (rev 184852)
</span><span class="lines">@@ -141,7 +141,7 @@
</span><span class="cx">         ASSERT(!isRelative());
</span><span class="cx">         ASSERT(!from.isRelative());
</span><span class="cx"> 
</span><del>-        SVGLengthContext nonRelativeLengthContext(0);
</del><ins>+        SVGLengthContext nonRelativeLengthContext(nullptr);
</ins><span class="cx">         float fromValueInUserUnits = nonRelativeLengthContext.convertValueToUserUnits(from.valueInSpecifiedUnits(), from.unitMode(), fromType, ec);
</span><span class="cx">         if (ec)
</span><span class="cx">             return SVGLength();
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGPathBlendercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGPathBlender.cpp (184851 => 184852)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGPathBlender.cpp        2015-05-25 15:15:38 UTC (rev 184851)
+++ trunk/Source/WebCore/svg/SVGPathBlender.cpp        2015-05-26 01:46:15 UTC (rev 184852)
</span><span class="lines">@@ -28,9 +28,9 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> SVGPathBlender::SVGPathBlender()
</span><del>-    : m_fromSource(0)
-    , m_toSource(0)
-    , m_consumer(0)
</del><ins>+    : m_fromSource(nullptr)
+    , m_toSource(nullptr)
+    , m_consumer(nullptr)
</ins><span class="cx">     , m_progress(0)
</span><span class="cx">     , m_addTypesCount(0)
</span><span class="cx">     , m_isInFirstHalfOfAnimation(false)
</span><span class="lines">@@ -399,9 +399,9 @@
</span><span class="cx">     ASSERT(m_consumer);
</span><span class="cx"> 
</span><span class="cx">     m_consumer-&gt;cleanup();
</span><del>-    m_toSource = 0;
-    m_fromSource = 0;
-    m_consumer = 0;
</del><ins>+    m_toSource = nullptr;
+    m_fromSource = nullptr;
+    m_consumer = nullptr;
</ins><span class="cx">     m_fromCurrentPoint = FloatPoint();
</span><span class="cx">     m_toCurrentPoint = FloatPoint();
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGPathBuildercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGPathBuilder.cpp (184851 => 184852)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGPathBuilder.cpp        2015-05-25 15:15:38 UTC (rev 184851)
+++ trunk/Source/WebCore/svg/SVGPathBuilder.cpp        2015-05-26 01:46:15 UTC (rev 184852)
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> SVGPathBuilder::SVGPathBuilder()
</span><del>-    : m_path(0)
</del><ins>+    : m_path(nullptr)
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGPathBuilderh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGPathBuilder.h (184851 => 184852)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGPathBuilder.h        2015-05-25 15:15:38 UTC (rev 184851)
+++ trunk/Source/WebCore/svg/SVGPathBuilder.h        2015-05-26 01:46:15 UTC (rev 184852)
</span><span class="lines">@@ -43,7 +43,7 @@
</span><span class="cx"> private:
</span><span class="cx">     virtual void incrementPathSegmentCount() override { }
</span><span class="cx">     virtual bool continueConsuming() override { return true; }
</span><del>-    virtual void cleanup() override { m_path = 0; }
</del><ins>+    virtual void cleanup() override { m_path = nullptr; }
</ins><span class="cx"> 
</span><span class="cx">     // Used in UnalteredParsing/NormalizedParsing modes.
</span><span class="cx">     virtual void moveTo(const FloatPoint&amp;, bool closed, PathCoordinateMode) override;
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGPathByteStreamBuildercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGPathByteStreamBuilder.cpp (184851 => 184852)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGPathByteStreamBuilder.cpp        2015-05-25 15:15:38 UTC (rev 184851)
+++ trunk/Source/WebCore/svg/SVGPathByteStreamBuilder.cpp        2015-05-26 01:46:15 UTC (rev 184852)
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> SVGPathByteStreamBuilder::SVGPathByteStreamBuilder()
</span><del>-    : m_byteStream(0)
</del><ins>+    : m_byteStream(nullptr)
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGPathByteStreamBuilderh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGPathByteStreamBuilder.h (184851 => 184852)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGPathByteStreamBuilder.h        2015-05-25 15:15:38 UTC (rev 184851)
+++ trunk/Source/WebCore/svg/SVGPathByteStreamBuilder.h        2015-05-26 01:46:15 UTC (rev 184852)
</span><span class="lines">@@ -36,7 +36,7 @@
</span><span class="cx"> private:
</span><span class="cx">     virtual void incrementPathSegmentCount() override { }
</span><span class="cx">     virtual bool continueConsuming() override { return true; }
</span><del>-    virtual void cleanup() override { m_byteStream = 0; }
</del><ins>+    virtual void cleanup() override { m_byteStream = nullptr; }
</ins><span class="cx"> 
</span><span class="cx">     // Used in UnalteredParsing/NormalizedParsing modes.
</span><span class="cx">     virtual void moveTo(const FloatPoint&amp;, bool closed, PathCoordinateMode) override;
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGPathElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGPathElement.cpp (184851 => 184852)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGPathElement.cpp        2015-05-25 15:15:38 UTC (rev 184851)
+++ trunk/Source/WebCore/svg/SVGPathElement.cpp        2015-05-26 01:46:15 UTC (rev 184852)
</span><span class="lines">@@ -55,7 +55,7 @@
</span><span class="cx"> // Define custom animated property 'd'.
</span><span class="cx"> const SVGPropertyInfo* SVGPathElement::dPropertyInfo()
</span><span class="cx"> {
</span><del>-    static const SVGPropertyInfo* s_propertyInfo = 0;
</del><ins>+    static const SVGPropertyInfo* s_propertyInfo = nullptr;
</ins><span class="cx">     if (!s_propertyInfo) {
</span><span class="cx">         s_propertyInfo = new SVGPropertyInfo(AnimatedPath,
</span><span class="cx">                                              PropertyIsReadWrite,
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGPathParsercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGPathParser.cpp (184851 => 184852)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGPathParser.cpp        2015-05-25 15:15:38 UTC (rev 184851)
+++ trunk/Source/WebCore/svg/SVGPathParser.cpp        2015-05-26 01:46:15 UTC (rev 184852)
</span><span class="lines">@@ -33,7 +33,7 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> SVGPathParser::SVGPathParser()
</span><del>-    : m_consumer(0)
</del><ins>+    : m_consumer(nullptr)
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -411,8 +411,8 @@
</span><span class="cx">     ASSERT(m_consumer);
</span><span class="cx"> 
</span><span class="cx">     m_consumer-&gt;cleanup();
</span><del>-    m_source = 0;
-    m_consumer = 0;
</del><ins>+    m_source = nullptr;
+    m_consumer = nullptr;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> // This works by converting the SVG arc to &quot;simple&quot; beziers.
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGPathSegListBuildercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGPathSegListBuilder.cpp (184851 => 184852)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGPathSegListBuilder.cpp        2015-05-25 15:15:38 UTC (rev 184851)
+++ trunk/Source/WebCore/svg/SVGPathSegListBuilder.cpp        2015-05-26 01:46:15 UTC (rev 184852)
</span><span class="lines">@@ -50,8 +50,8 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> SVGPathSegListBuilder::SVGPathSegListBuilder()
</span><del>-    : m_pathElement(0)
-    , m_pathSegList(0)
</del><ins>+    : m_pathElement(nullptr)
+    , m_pathSegList(nullptr)
</ins><span class="cx">     , m_pathSegRole(PathSegUndefinedRole)
</span><span class="cx"> {
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGPathSegListBuilderh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGPathSegListBuilder.h (184851 => 184852)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGPathSegListBuilder.h        2015-05-25 15:15:38 UTC (rev 184851)
+++ trunk/Source/WebCore/svg/SVGPathSegListBuilder.h        2015-05-26 01:46:15 UTC (rev 184852)
</span><span class="lines">@@ -45,8 +45,8 @@
</span><span class="cx">     virtual bool continueConsuming() override { return true; }
</span><span class="cx">     virtual void cleanup() override
</span><span class="cx">     {
</span><del>-        m_pathElement = 0;
-        m_pathSegList = 0;
</del><ins>+        m_pathElement = nullptr;
+        m_pathSegList = nullptr;
</ins><span class="cx">         m_pathSegRole = PathSegUndefinedRole;
</span><span class="cx">     }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGPathTraversalStateBuildercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGPathTraversalStateBuilder.cpp (184851 => 184852)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGPathTraversalStateBuilder.cpp        2015-05-25 15:15:38 UTC (rev 184851)
+++ trunk/Source/WebCore/svg/SVGPathTraversalStateBuilder.cpp        2015-05-26 01:46:15 UTC (rev 184852)
</span><span class="lines">@@ -28,7 +28,7 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> SVGPathTraversalStateBuilder::SVGPathTraversalStateBuilder()
</span><del>-    : m_traversalState(0)
</del><ins>+    : m_traversalState(nullptr)
</ins><span class="cx">     , m_segmentIndex(0)
</span><span class="cx"> {
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGPathUtilitiescpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGPathUtilities.cpp (184851 => 184852)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGPathUtilities.cpp        2015-05-25 15:15:38 UTC (rev 184851)
+++ trunk/Source/WebCore/svg/SVGPathUtilities.cpp        2015-05-26 01:46:15 UTC (rev 184852)
</span><span class="lines">@@ -38,7 +38,7 @@
</span><span class="cx"> 
</span><span class="cx"> static SVGPathBuilder* globalSVGPathBuilder(Path&amp; result)
</span><span class="cx"> {
</span><del>-    static SVGPathBuilder* s_builder = 0;
</del><ins>+    static SVGPathBuilder* s_builder = nullptr;
</ins><span class="cx">     if (!s_builder)
</span><span class="cx">         s_builder = new SVGPathBuilder;
</span><span class="cx"> 
</span><span class="lines">@@ -48,7 +48,7 @@
</span><span class="cx"> 
</span><span class="cx"> static SVGPathSegListBuilder* globalSVGPathSegListBuilder(SVGPathElement* element, SVGPathSegRole role, SVGPathSegList&amp; result)
</span><span class="cx"> {
</span><del>-    static SVGPathSegListBuilder* s_builder = 0;
</del><ins>+    static SVGPathSegListBuilder* s_builder = nullptr;
</ins><span class="cx">     if (!s_builder)
</span><span class="cx">         s_builder = new SVGPathSegListBuilder;
</span><span class="cx"> 
</span><span class="lines">@@ -60,7 +60,7 @@
</span><span class="cx"> 
</span><span class="cx"> static SVGPathByteStreamBuilder* globalSVGPathByteStreamBuilder(SVGPathByteStream* result)
</span><span class="cx"> {
</span><del>-    static SVGPathByteStreamBuilder* s_builder = 0;
</del><ins>+    static SVGPathByteStreamBuilder* s_builder = nullptr;
</ins><span class="cx">     if (!s_builder)
</span><span class="cx">         s_builder = new SVGPathByteStreamBuilder;
</span><span class="cx"> 
</span><span class="lines">@@ -70,7 +70,7 @@
</span><span class="cx"> 
</span><span class="cx"> static SVGPathStringBuilder* globalSVGPathStringBuilder()
</span><span class="cx"> {
</span><del>-    static SVGPathStringBuilder* s_builder = 0;
</del><ins>+    static SVGPathStringBuilder* s_builder = nullptr;
</ins><span class="cx">     if (!s_builder)
</span><span class="cx">         s_builder = new SVGPathStringBuilder;
</span><span class="cx"> 
</span><span class="lines">@@ -79,7 +79,7 @@
</span><span class="cx"> 
</span><span class="cx"> static SVGPathTraversalStateBuilder* globalSVGPathTraversalStateBuilder(PathTraversalState&amp; traversalState, float length)
</span><span class="cx"> {
</span><del>-    static SVGPathTraversalStateBuilder* s_builder = 0;
</del><ins>+    static SVGPathTraversalStateBuilder* s_builder = nullptr;
</ins><span class="cx">     if (!s_builder)
</span><span class="cx">         s_builder = new SVGPathTraversalStateBuilder;
</span><span class="cx"> 
</span><span class="lines">@@ -90,7 +90,7 @@
</span><span class="cx"> 
</span><span class="cx"> static SVGPathParser* globalSVGPathParser(SVGPathSource* source, SVGPathConsumer* consumer)
</span><span class="cx"> {
</span><del>-    static SVGPathParser* s_parser = 0;
</del><ins>+    static SVGPathParser* s_parser = nullptr;
</ins><span class="cx">     if (!s_parser)
</span><span class="cx">         s_parser = new SVGPathParser;
</span><span class="cx"> 
</span><span class="lines">@@ -101,7 +101,7 @@
</span><span class="cx"> 
</span><span class="cx"> static SVGPathBlender* globalSVGPathBlender()
</span><span class="cx"> {
</span><del>-    static SVGPathBlender* s_blender = 0;
</del><ins>+    static SVGPathBlender* s_blender = nullptr;
</ins><span class="cx">     if (!s_blender)
</span><span class="cx">         s_blender = new SVGPathBlender;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGPolyElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGPolyElement.cpp (184851 => 184852)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGPolyElement.cpp        2015-05-25 15:15:38 UTC (rev 184851)
+++ trunk/Source/WebCore/svg/SVGPolyElement.cpp        2015-05-26 01:46:15 UTC (rev 184852)
</span><span class="lines">@@ -34,7 +34,7 @@
</span><span class="cx"> // Define custom animated property 'points'.
</span><span class="cx"> const SVGPropertyInfo* SVGPolyElement::pointsPropertyInfo()
</span><span class="cx"> {
</span><del>-    static const SVGPropertyInfo* s_propertyInfo = 0;
</del><ins>+    static const SVGPropertyInfo* s_propertyInfo = nullptr;
</ins><span class="cx">     if (!s_propertyInfo) {
</span><span class="cx">         s_propertyInfo = new SVGPropertyInfo(AnimatedPoints,
</span><span class="cx">                                              PropertyIsReadWrite,
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGTRefElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGTRefElement.cpp (184851 => 184852)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGTRefElement.cpp        2015-05-25 15:15:38 UTC (rev 184851)
+++ trunk/Source/WebCore/svg/SVGTRefElement.cpp        2015-05-26 01:46:15 UTC (rev 184852)
</span><span class="lines">@@ -62,8 +62,7 @@
</span><span class="cx"> 
</span><span class="cx">     static const SVGTRefTargetEventListener* cast(const EventListener* listener)
</span><span class="cx">     {
</span><del>-        return listener-&gt;type() == SVGTRefTargetEventListenerType
-                ? static_cast&lt;const SVGTRefTargetEventListener*&gt;(listener) : 0;
</del><ins>+        return listener-&gt;type() == SVGTRefTargetEventListenerType ? static_cast&lt;const SVGTRefTargetEventListener*&gt;(listener) : nullptr;
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     void attach(PassRefPtr&lt;Element&gt; target);
</span><span class="lines">@@ -83,7 +82,7 @@
</span><span class="cx"> SVGTRefTargetEventListener::SVGTRefTargetEventListener(SVGTRefElement&amp; trefElement)
</span><span class="cx">     : EventListener(SVGTRefTargetEventListenerType)
</span><span class="cx">     , m_trefElement(trefElement)
</span><del>-    , m_target(0)
</del><ins>+    , m_target(nullptr)
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGTextContentElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGTextContentElement.cpp (184851 => 184852)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGTextContentElement.cpp        2015-05-25 15:15:38 UTC (rev 184851)
+++ trunk/Source/WebCore/svg/SVGTextContentElement.cpp        2015-05-26 01:46:15 UTC (rev 184852)
</span><span class="lines">@@ -39,7 +39,7 @@
</span><span class="cx"> // Define custom animated property 'textLength'.
</span><span class="cx"> const SVGPropertyInfo* SVGTextContentElement::textLengthPropertyInfo()
</span><span class="cx"> {
</span><del>-    static const SVGPropertyInfo* s_propertyInfo = 0;
</del><ins>+    static const SVGPropertyInfo* s_propertyInfo = nullptr;
</ins><span class="cx">     if (!s_propertyInfo) {
</span><span class="cx">         s_propertyInfo = new SVGPropertyInfo(AnimatedLength,
</span><span class="cx">                                              PropertyIsReadWrite,
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGURIReferenceh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGURIReference.h (184851 => 184852)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGURIReference.h        2015-05-25 15:15:38 UTC (rev 184851)
+++ trunk/Source/WebCore/svg/SVGURIReference.h        2015-05-26 01:46:15 UTC (rev 184852)
</span><span class="lines">@@ -35,7 +35,7 @@
</span><span class="cx">     static void addSupportedAttributes(HashSet&lt;QualifiedName&gt;&amp;);
</span><span class="cx"> 
</span><span class="cx">     static String fragmentIdentifierFromIRIString(const String&amp;, Document&amp;);
</span><del>-    static Element* targetElementFromIRIString(const String&amp;, Document&amp;, String* = 0, Document* = 0);
</del><ins>+    static Element* targetElementFromIRIString(const String&amp;, Document&amp;, String* = nullptr, Document* = nullptr);
</ins><span class="cx"> 
</span><span class="cx">     static bool isExternalURIReference(const String&amp; uri, Document&amp; document)
</span><span class="cx">     {
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGViewSpeccpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGViewSpec.cpp (184851 => 184852)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGViewSpec.cpp        2015-05-25 15:15:38 UTC (rev 184851)
+++ trunk/Source/WebCore/svg/SVGViewSpec.cpp        2015-05-26 01:46:15 UTC (rev 184852)
</span><span class="lines">@@ -32,7 +32,7 @@
</span><span class="cx"> // Define custom animated property 'viewBox'.
</span><span class="cx"> const SVGPropertyInfo* SVGViewSpec::viewBoxPropertyInfo()
</span><span class="cx"> {
</span><del>-    static const SVGPropertyInfo* s_propertyInfo = 0;
</del><ins>+    static const SVGPropertyInfo* s_propertyInfo = nullptr;
</ins><span class="cx">     if (!s_propertyInfo) {
</span><span class="cx">         s_propertyInfo = new SVGPropertyInfo(AnimatedRect,
</span><span class="cx">                                              PropertyIsReadOnly,
</span><span class="lines">@@ -47,7 +47,7 @@
</span><span class="cx"> // Define custom animated property 'preserveAspectRatio'.
</span><span class="cx"> const SVGPropertyInfo* SVGViewSpec::preserveAspectRatioPropertyInfo()
</span><span class="cx"> {
</span><del>-    static const SVGPropertyInfo* s_propertyInfo = 0;
</del><ins>+    static const SVGPropertyInfo* s_propertyInfo = nullptr;
</ins><span class="cx">     if (!s_propertyInfo) {
</span><span class="cx">         s_propertyInfo = new SVGPropertyInfo(AnimatedPreserveAspectRatio,
</span><span class="cx">                                              PropertyIsReadOnly,
</span><span class="lines">@@ -63,7 +63,7 @@
</span><span class="cx"> // Define custom non-animated property 'transform'.
</span><span class="cx"> const SVGPropertyInfo* SVGViewSpec::transformPropertyInfo()
</span><span class="cx"> {
</span><del>-    static const SVGPropertyInfo* s_propertyInfo = 0;
</del><ins>+    static const SVGPropertyInfo* s_propertyInfo = nullptr;
</ins><span class="cx">     if (!s_propertyInfo) {
</span><span class="cx">         s_propertyInfo = new SVGPropertyInfo(AnimatedTransformList,
</span><span class="cx">                                              PropertyIsReadOnly,
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGViewSpech"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGViewSpec.h (184851 => 184852)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGViewSpec.h        2015-05-25 15:15:38 UTC (rev 184851)
+++ trunk/Source/WebCore/svg/SVGViewSpec.h        2015-05-26 01:46:15 UTC (rev 184852)
</span><span class="lines">@@ -65,7 +65,7 @@
</span><span class="cx">     void setZoomAndPanBaseValue(unsigned short zoomAndPan) { m_zoomAndPan = SVGZoomAndPan::parseFromNumber(zoomAndPan); }
</span><span class="cx"> 
</span><span class="cx">     SVGElement* contextElement() const { return m_contextElement; }
</span><del>-    void resetContextElement() { m_contextElement = 0; }
</del><ins>+    void resetContextElement() { m_contextElement = nullptr; }
</ins><span class="cx"> 
</span><span class="cx">     // Custom non-animated 'transform' property.
</span><span class="cx">     SVGTransformListPropertyTearOff* transform();
</span></span></pre></div>
<a id="trunkSourceWebCoresvganimationSMILTimeContainercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/animation/SMILTimeContainer.cpp (184851 => 184852)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/animation/SMILTimeContainer.cpp        2015-05-25 15:15:38 UTC (rev 184851)
+++ trunk/Source/WebCore/svg/animation/SMILTimeContainer.cpp        2015-05-26 01:46:15 UTC (rev 184852)
</span><span class="lines">@@ -271,7 +271,7 @@
</span><span class="cx">         // have higher priority.
</span><span class="cx">         sortByPriority(*scheduled, elapsed);
</span><span class="cx"> 
</span><del>-        SVGSMILElement* resultElement = 0;
</del><ins>+        SVGSMILElement* resultElement = nullptr;
</ins><span class="cx">         for (auto&amp; animation : *scheduled) {
</span><span class="cx">             ASSERT(animation-&gt;timeContainer() == this);
</span><span class="cx">             ASSERT(animation-&gt;targetElement());
</span><span class="lines">@@ -286,7 +286,7 @@
</span><span class="cx"> 
</span><span class="cx">             // This will calculate the contribution from the animation and add it to the resultsElement.
</span><span class="cx">             if (!animation-&gt;progress(elapsed, resultElement, seekToTime) &amp;&amp; resultElement == animation)
</span><del>-                resultElement = 0;
</del><ins>+                resultElement = nullptr;
</ins><span class="cx"> 
</span><span class="cx">             SMILTime nextFireTime = animation-&gt;nextProgressTime();
</span><span class="cx">             if (nextFireTime.isFinite())
</span></span></pre></div>
<a id="trunkSourceWebCoresvganimationSVGSMILElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/animation/SVGSMILElement.cpp (184851 => 184852)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/animation/SVGSMILElement.cpp        2015-05-25 15:15:38 UTC (rev 184851)
+++ trunk/Source/WebCore/svg/animation/SVGSMILElement.cpp        2015-05-26 01:46:15 UTC (rev 184852)
</span><span class="lines">@@ -60,14 +60,14 @@
</span><span class="cx">     {
</span><span class="cx">         return listener-&gt;type() == ConditionEventListenerType
</span><span class="cx">             ? static_cast&lt;const ConditionEventListener*&gt;(listener)
</span><del>-            : 0;
</del><ins>+            : nullptr;
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     virtual bool operator==(const EventListener&amp; other) override;
</span><span class="cx">     
</span><span class="cx">     void disconnectAnimation()
</span><span class="cx">     {
</span><del>-        m_animation = 0;
</del><ins>+        m_animation = nullptr;
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx"> private:
</span><span class="lines">@@ -111,7 +111,7 @@
</span><span class="cx"> SVGSMILElement::SVGSMILElement(const QualifiedName&amp; tagName, Document&amp; doc)
</span><span class="cx">     : SVGElement(tagName, doc)
</span><span class="cx">     , m_attributeName(anyQName())
</span><del>-    , m_targetElement(0)
</del><ins>+    , m_targetElement(nullptr)
</ins><span class="cx">     , m_conditionsConnected(false)
</span><span class="cx">     , m_hasEndEventConditions(false)
</span><span class="cx">     , m_isWaitingForFirstInterval(true)
</span><span class="lines">@@ -273,10 +273,10 @@
</span><span class="cx">     if (rootParent.inDocument()) {
</span><span class="cx">         clearResourceReferences();
</span><span class="cx">         disconnectConditions();
</span><del>-        setTargetElement(0);
</del><ins>+        setTargetElement(nullptr);
</ins><span class="cx">         setAttributeName(anyQName());
</span><span class="cx">         animationAttributeChanged();
</span><del>-        m_timeContainer = 0;
</del><ins>+        m_timeContainer = nullptr;
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     SVGElement::removedFrom(rootParent);
</span></span></pre></div>
<a id="trunkSourceWebCoresvggraphicsSVGImagecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/graphics/SVGImage.cpp (184851 => 184852)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/graphics/SVGImage.cpp        2015-05-25 15:15:38 UTC (rev 184851)
+++ trunk/Source/WebCore/svg/graphics/SVGImage.cpp        2015-05-26 01:46:15 UTC (rev 184852)
</span><span class="lines">@@ -146,7 +146,7 @@
</span><span class="cx">     ASSERT(observer);
</span><span class="cx"> 
</span><span class="cx">     // Temporarily reset image observer, we don't want to receive any changeInRect() calls due to this relayout.
</span><del>-    setImageObserver(0);
</del><ins>+    setImageObserver(nullptr);
</ins><span class="cx"> 
</span><span class="cx">     IntSize roundedContainerSize = roundedIntSize(containerSize);
</span><span class="cx">     setContainerSize(roundedContainerSize);
</span></span></pre></div>
<a id="trunkSourceWebCoresvggraphicsfiltersSVGFEImagecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/graphics/filters/SVGFEImage.cpp (184851 => 184852)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/graphics/filters/SVGFEImage.cpp        2015-05-25 15:15:38 UTC (rev 184851)
+++ trunk/Source/WebCore/svg/graphics/filters/SVGFEImage.cpp        2015-05-26 01:46:15 UTC (rev 184852)
</span><span class="lines">@@ -39,7 +39,7 @@
</span><span class="cx"> FEImage::FEImage(Filter&amp; filter, RefPtr&lt;Image&gt; image, const SVGPreserveAspectRatio&amp; preserveAspectRatio)
</span><span class="cx">     : FilterEffect(filter)
</span><span class="cx">     , m_image(image)
</span><del>-    , m_document(0)
</del><ins>+    , m_document(nullptr)
</ins><span class="cx">     , m_preserveAspectRatio(preserveAspectRatio)
</span><span class="cx"> {
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCoresvggraphicsfiltersSVGFilterBuildercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/graphics/filters/SVGFilterBuilder.cpp (184851 => 184852)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/graphics/filters/SVGFilterBuilder.cpp        2015-05-25 15:15:38 UTC (rev 184851)
+++ trunk/Source/WebCore/svg/graphics/filters/SVGFilterBuilder.cpp        2015-05-26 01:46:15 UTC (rev 184852)
</span><span class="lines">@@ -81,7 +81,7 @@
</span><span class="cx"> 
</span><span class="cx"> void SVGFilterBuilder::clearEffects()
</span><span class="cx"> {
</span><del>-    m_lastEffect = 0;
</del><ins>+    m_lastEffect = nullptr;
</ins><span class="cx">     m_namedEffects.clear();
</span><span class="cx">     m_effectReferences.clear();
</span><span class="cx">     m_effectRenderer.clear();
</span></span></pre></div>
<a id="trunkSourceWebCoresvgpropertiesSVGAnimatedPathSegListPropertyTearOffh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h (184851 => 184852)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h        2015-05-25 15:15:38 UTC (rev 184851)
+++ trunk/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h        2015-05-26 01:46:15 UTC (rev 184852)
</span><span class="lines">@@ -81,7 +81,7 @@
</span><span class="cx">     void animationEnded()
</span><span class="cx">     {
</span><span class="cx">         ASSERT(m_animatedPathByteStream);
</span><del>-        m_animatedPathByteStream = 0;
</del><ins>+        m_animatedPathByteStream = nullptr;
</ins><span class="cx">         SVGAnimatedListPropertyTearOff&lt;SVGPathSegList&gt;::animationEnded();
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="lines">@@ -106,7 +106,7 @@
</span><span class="cx"> private:
</span><span class="cx">     SVGAnimatedPathSegListPropertyTearOff(SVGElement* contextElement, const QualifiedName&amp; attributeName, AnimatedPropertyType animatedPropertyType, SVGPathSegList&amp; values)
</span><span class="cx">         : SVGAnimatedListPropertyTearOff&lt;SVGPathSegList&gt;(contextElement, attributeName, animatedPropertyType, values)
</span><del>-        , m_animatedPathByteStream(0)
</del><ins>+        , m_animatedPathByteStream(nullptr)
</ins><span class="cx">     {
</span><span class="cx">     }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoresvgpropertiesSVGAnimatedPropertyDescriptionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/properties/SVGAnimatedPropertyDescription.h (184851 => 184852)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/properties/SVGAnimatedPropertyDescription.h        2015-05-25 15:15:38 UTC (rev 184851)
+++ trunk/Source/WebCore/svg/properties/SVGAnimatedPropertyDescription.h        2015-05-26 01:46:15 UTC (rev 184852)
</span><span class="lines">@@ -32,8 +32,8 @@
</span><span class="cx"> struct SVGAnimatedPropertyDescription {            
</span><span class="cx">     // Empty value
</span><span class="cx">     SVGAnimatedPropertyDescription()
</span><del>-        : m_element(0)
-        , m_attributeName(0)
</del><ins>+        : m_element(nullptr)
+        , m_attributeName(nullptr)
</ins><span class="cx">     {
</span><span class="cx">     }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoresvgpropertiesSVGAnimatedPropertyTearOffh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/properties/SVGAnimatedPropertyTearOff.h (184851 => 184852)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/properties/SVGAnimatedPropertyTearOff.h        2015-05-25 15:15:38 UTC (rev 184851)
+++ trunk/Source/WebCore/svg/properties/SVGAnimatedPropertyTearOff.h        2015-05-26 01:46:15 UTC (rev 184852)
</span><span class="lines">@@ -35,11 +35,11 @@
</span><span class="cx">     {
</span><span class="cx">         if (m_baseVal) {
</span><span class="cx">             ASSERT(m_baseVal-&gt;animatedProperty() == this);
</span><del>-            m_baseVal-&gt;setAnimatedProperty(0);
</del><ins>+            m_baseVal-&gt;setAnimatedProperty(nullptr);
</ins><span class="cx">         }
</span><span class="cx">         if (m_animVal) {
</span><span class="cx">             ASSERT(m_animVal-&gt;animatedProperty() == this);
</span><del>-            m_animVal-&gt;setAnimatedProperty(0);
</del><ins>+            m_animVal-&gt;setAnimatedProperty(nullptr);
</ins><span class="cx">         }
</span><span class="cx">     }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoresvgpropertiesSVGAnimatedStaticPropertyTearOffh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/properties/SVGAnimatedStaticPropertyTearOff.h (184851 => 184852)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/properties/SVGAnimatedStaticPropertyTearOff.h        2015-05-25 15:15:38 UTC (rev 184851)
+++ trunk/Source/WebCore/svg/properties/SVGAnimatedStaticPropertyTearOff.h        2015-05-26 01:46:15 UTC (rev 184852)
</span><span class="lines">@@ -79,7 +79,7 @@
</span><span class="cx">     {
</span><span class="cx">         ASSERT(m_isAnimating);
</span><span class="cx">         ASSERT(m_animatedProperty);
</span><del>-        m_animatedProperty = 0;
</del><ins>+        m_animatedProperty = nullptr;
</ins><span class="cx">         m_isAnimating = false;
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="lines">@@ -101,7 +101,7 @@
</span><span class="cx">     SVGAnimatedStaticPropertyTearOff(SVGElement* contextElement, const QualifiedName&amp; attributeName, AnimatedPropertyType animatedPropertyType, PropertyType&amp; property)
</span><span class="cx">         : SVGAnimatedProperty(contextElement, attributeName, animatedPropertyType)
</span><span class="cx">         , m_property(property)
</span><del>-        , m_animatedProperty(0)
</del><ins>+        , m_animatedProperty(nullptr)
</ins><span class="cx">     {
</span><span class="cx">     }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoresvgpropertiesSVGPropertyTearOffh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/properties/SVGPropertyTearOff.h (184851 => 184852)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/properties/SVGPropertyTearOff.h        2015-05-25 15:15:38 UTC (rev 184851)
+++ trunk/Source/WebCore/svg/properties/SVGPropertyTearOff.h        2015-05-26 01:46:15 UTC (rev 184852)
</span><span class="lines">@@ -105,7 +105,7 @@
</span><span class="cx">         // Whenever the XML DOM modifies the &quot;x&quot; attribute, all existing wrappers are detached, using this function.
</span><span class="cx">         m_value = new PropertyType(*m_value);
</span><span class="cx">         m_valueIsCopy = true;
</span><del>-        m_animatedProperty = 0;
</del><ins>+        m_animatedProperty = nullptr;
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     virtual void commitChange() override
</span><span class="lines">@@ -144,7 +144,7 @@
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     SVGPropertyTearOff(const PropertyType* initialValue)
</span><del>-        : m_animatedProperty(0)
</del><ins>+        : m_animatedProperty(nullptr)
</ins><span class="cx">         , m_role(UndefinedRole)
</span><span class="cx">         , m_value(initialValue ? new PropertyType(*initialValue) : nullptr)
</span><span class="cx">         , m_valueIsCopy(true)
</span></span></pre>
</div>
</div>

</body>
</html>