Chromium Code Reviews| Index: Source/core/xml/XPathExpression.cpp |
| diff --git a/Source/core/xml/XPathExpression.cpp b/Source/core/xml/XPathExpression.cpp |
| index a145c86d8b5fe17f94fe62140dd36fd0083b8cea..d1b91de6ae26cf43520e510b8ff6927c2f857228 100644 |
| --- a/Source/core/xml/XPathExpression.cpp |
| +++ b/Source/core/xml/XPathExpression.cpp |
| @@ -38,8 +38,6 @@ |
| namespace WebCore { |
| -DEFINE_GC_INFO(XPathExpression); |
| - |
| using namespace XPath; |
| PassRefPtrWillBeRawPtr<XPathExpression> XPathExpression::createExpression(const String& expression, PassRefPtrWillBeRawPtr<XPathNSResolver> resolver, ExceptionState& exceptionState) |