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

Unified Diff: third_party/WebKit/Source/core/xml/XPathParser.cpp

Issue 1461193003: Revert of [Oilpan] Prepare full definition of classes before using Member (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make patch applicable Created 5 years, 1 month 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/xml/XPathParser.cpp
diff --git a/third_party/WebKit/Source/core/xml/XPathParser.cpp b/third_party/WebKit/Source/core/xml/XPathParser.cpp
index fabfb94762f3b8eb16c8da5dc96e0f73d6dae2a6..d3a4d72d495ae3b89936c929334f3d73b8b31ed5 100644
--- a/third_party/WebKit/Source/core/xml/XPathParser.cpp
+++ b/third_party/WebKit/Source/core/xml/XPathParser.cpp
@@ -116,11 +116,6 @@ static bool isNodeTypeName(const String& name)
return nodeTypeNames.contains(name);
}
-XPathNSResolver* Parser::resolver() const
-{
- return m_resolver;
-}
-
// Returns whether the current token can possibly be a binary operator, given
// the previous token. Necessary to disambiguate some of the operators
// (* (multiply), div, and, or, mod) in the [32] Operator rule
« no previous file with comments | « third_party/WebKit/Source/core/xml/XPathParser.h ('k') | third_party/WebKit/Source/core/xml/parser/XMLDocumentParserScope.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698