| Index: Source/bindings/core/v8/ExceptionState.h
|
| diff --git a/Source/bindings/core/v8/ExceptionState.h b/Source/bindings/core/v8/ExceptionState.h
|
| index 1def163cc72683e169170db93790456110d17b1d..5050237d22b1d82204d5793460c720c9aa6b9bc5 100644
|
| --- a/Source/bindings/core/v8/ExceptionState.h
|
| +++ b/Source/bindings/core/v8/ExceptionState.h
|
| @@ -37,7 +37,7 @@
|
| #include "wtf/text/WTFString.h"
|
| #include <v8.h>
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| typedef int ExceptionCode;
|
|
|
| @@ -140,6 +140,6 @@ public:
|
| virtual void throwRangeError(const String& message) OVERRIDE;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // ExceptionState_h
|
|
|