Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / loader / ImageLoader.h
index f8dd45a..5a2f12f 100644 (file)
@@ -114,7 +114,7 @@ public:
     void removeClient(ImageLoaderClient*);
 
 protected:
-    virtual void notifyFinished(Resource*) OVERRIDE;
+    virtual void notifyFinished(Resource*) override;
 
 private:
     class Task;
@@ -186,6 +186,7 @@ private:
     bool m_imageComplete : 1;
     bool m_loadingImageDocument : 1;
     bool m_elementIsProtected : 1;
+    bool m_suppressErrorEvents : 1;
     unsigned m_highPriorityClientCount;
 };