Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / page / ValidationMessageClient.h
index b615344..bb4d009 100644 (file)
@@ -51,6 +51,8 @@ public:
     virtual bool isValidationMessageVisible(const Element& anchor) = 0;
 
     virtual void documentDetached(const Document&) = 0;
+
+    virtual void willBeDestroyed() = 0;
 };
 
 }