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

Unified Diff: Source/core/dom/Notation.h

Issue 16379002: inline WebCore::Node::Node constructor more safely (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: style fixes Created 7 years, 6 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: Source/core/dom/Notation.h
diff --git a/Source/core/dom/Notation.h b/Source/core/dom/Notation.h
index 507e10f139f8f70ad467d72b7a5e0d426746f0f9..7cbac50980d93bad16e3e96a0ae927272f7fe99d 100644
--- a/Source/core/dom/Notation.h
+++ b/Source/core/dom/Notation.h
@@ -34,7 +34,7 @@ public:
const String& systemId() const { return m_systemId; }
private:
- Notation(Document*, const String& name, const String& publicId, const String& systemId);
+ Notation(TreeScope*, const String& name, const String& publicId, const String& systemId);
virtual String nodeName() const;
virtual NodeType nodeType() const;
« no previous file with comments | « Source/core/dom/Node.h ('k') | Source/core/dom/Notation.cpp » ('j') | Source/core/dom/Text.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698