Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: third_party/WebKit/Source/core/svg/SVGURIReference.h

Issue 2173453002: Resolve URL/target reference at a single point in SVGUseElement (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Test touchups Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/svg/SVGURIReference.h
diff --git a/third_party/WebKit/Source/core/svg/SVGURIReference.h b/third_party/WebKit/Source/core/svg/SVGURIReference.h
index cc05a4f5284a97aa92dba8bc790a233f13cf99e3..97248ec0c9c9b00a9e88cd16a08ff514fdc8050e 100644
--- a/third_party/WebKit/Source/core/svg/SVGURIReference.h
+++ b/third_party/WebKit/Source/core/svg/SVGURIReference.h
@@ -46,7 +46,7 @@ public:
KURL legacyHrefURL(const Document&) const;
static AtomicString fragmentIdentifierFromIRIString(const String&, const TreeScope&);
- static Element* targetElementFromIRIString(const String&, const TreeScope&, AtomicString* = 0, Document* = 0);
+ static Element* targetElementFromIRIString(const String&, const TreeScope&, AtomicString* = nullptr);
static inline bool isExternalURIReference(const String& uri, const Document& document)
{

Powered by Google App Engine
This is Rietveld 408576698