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

Unified Diff: Source/bindings/core/v8/custom/V8CustomXPathNSResolver.h

Issue 1236473002: Fix virtual/override/final usage in Source/bindings/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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: Source/bindings/core/v8/custom/V8CustomXPathNSResolver.h
diff --git a/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.h b/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.h
index 778702db54138ab798602fe28fbc33770cc6d673..b50cd028d17af699f02109a3a00ae7877ff427b2 100644
--- a/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.h
+++ b/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.h
@@ -47,7 +47,7 @@ class V8CustomXPathNSResolver final : public XPathNSResolver {
public:
static V8CustomXPathNSResolver* create(ScriptState*, v8::Local<v8::Object> resolver);
- virtual AtomicString lookupNamespaceURI(const String& prefix) override;
+ AtomicString lookupNamespaceURI(const String& prefix) override;
DECLARE_VIRTUAL_TRACE();

Powered by Google App Engine
This is Rietveld 408576698