Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(345)

Unified Diff: public/web/WebDOMError.h

Issue 401973003: Rename WebCore namespace to blink in Public (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « public/web/WebColorSuggestion.h ('k') | public/web/WebDOMEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebDOMError.h
diff --git a/public/web/WebDOMError.h b/public/web/WebDOMError.h
index ec7e9c7d02611f09fb18929b4a301392eec587eb..9e2adf76cf0c998d562b348f980d4ac1e0591b8b 100644
--- a/public/web/WebDOMError.h
+++ b/public/web/WebDOMError.h
@@ -42,7 +42,7 @@ class Value;
template <class T> class Handle;
}
-namespace WebCore { class DOMError; }
+namespace blink { class DOMError; }
namespace blink {
@@ -69,12 +69,12 @@ public:
BLINK_EXPORT v8::Handle<v8::Value> toV8Value(v8::Handle<v8::Object> creationContext, v8::Isolate*);
#if BLINK_IMPLEMENTATION
- explicit WebDOMError(const PassRefPtrWillBeRawPtr<WebCore::DOMError>&);
- WebDOMError& operator=(const PassRefPtrWillBeRawPtr<WebCore::DOMError>&);
+ explicit WebDOMError(const PassRefPtrWillBeRawPtr<blink::DOMError>&);
+ WebDOMError& operator=(const PassRefPtrWillBeRawPtr<blink::DOMError>&);
#endif
protected:
- WebPrivatePtr<WebCore::DOMError> m_private;
+ WebPrivatePtr<blink::DOMError> m_private;
};
} // namespace blink
« no previous file with comments | « public/web/WebColorSuggestion.h ('k') | public/web/WebDOMEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698