Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / URLRegistry.h
index 660acb9..f6f2c3b 100644 (file)
@@ -52,8 +52,9 @@ public:
     virtual void registerURL(SecurityOrigin*, const KURL&, URLRegistrable*) = 0;
     virtual void unregisterURL(const KURL&) = 0;
 
-    // This is an optional API
+    // These are optional APIs
     virtual URLRegistrable* lookup(const String&) { ASSERT_NOT_REACHED(); return 0; }
+    virtual bool contains(const String&) { ASSERT_NOT_REACHED(); return false; }
 };
 
 } // namespace WebCore