| Index: Source/bindings/core/v8/custom/V8BlobCustomHelpers.h
|
| diff --git a/Source/bindings/core/v8/custom/V8BlobCustomHelpers.h b/Source/bindings/core/v8/custom/V8BlobCustomHelpers.h
|
| index 32b4049c7d58af0e6f9b1b699d35fff1c71ae4eb..9a636306021b452aea297b9f44e7a210c9197e66 100644
|
| --- a/Source/bindings/core/v8/custom/V8BlobCustomHelpers.h
|
| +++ b/Source/bindings/core/v8/custom/V8BlobCustomHelpers.h
|
| @@ -33,7 +33,7 @@
|
|
|
| #include "bindings/core/v8/V8Binding.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class BlobData;
|
| class ExceptionState;
|
| @@ -88,6 +88,6 @@ bool processBlobParts(v8::Local<v8::Object> blobParts, bool normalizeLineEndings
|
|
|
| } // namespace V8BlobCustomHelpers
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // V8BlobCustomHelpers_h
|
|
|