Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / public / web / WebDOMError.h
index 869a542..6ce88e2 100644 (file)
@@ -69,8 +69,8 @@ public:
     BLINK_EXPORT v8::Handle<v8::Value> toV8Value(v8::Handle<v8::Object> creationContext, v8::Isolate*);
 
 #if BLINK_IMPLEMENTATION
-    explicit WebDOMError(const PassRefPtrWillBeRawPtr<DOMError>&);
-    WebDOMError& operator=(const PassRefPtrWillBeRawPtr<DOMError>&);
+    WebDOMError(DOMError*);
+    WebDOMError& operator=(DOMError*);
 #endif
 
 protected: