Index: public/web/WebViewClient.h |
diff --git a/public/web/WebViewClient.h b/public/web/WebViewClient.h |
index f1ffa139f0b19a0dc9e1112fa9748786e324eea7..6b208e6db6015b7c45e1769a3729e22edecd0f46 100644 |
--- a/public/web/WebViewClient.h |
+++ b/public/web/WebViewClient.h |
@@ -115,7 +115,6 @@ public: |
// A data url from <canvas> or <img> is passed to the method's argument. |
virtual void saveImageFromDataURL(const WebString&) { } |
- |
// Editing ------------------------------------------------------------- |
// These methods allow the client to intercept and overrule editing |