| Index: third_party/WebKit/public/platform/WebBlobRegistry.h
|
| diff --git a/third_party/WebKit/public/platform/WebBlobRegistry.h b/third_party/WebKit/public/platform/WebBlobRegistry.h
|
| index df461ff6602d97eea7167287a12f6af957b554b6..5edc1b6a68b7ee50e172ce50b63655ebbd8a2786 100644
|
| --- a/third_party/WebKit/public/platform/WebBlobRegistry.h
|
| +++ b/third_party/WebKit/public/platform/WebBlobRegistry.h
|
| @@ -85,7 +85,8 @@ class WebBlobRegistry {
|
| // TODO(dmurph): Deprecate and migrate to createBuilder
|
| virtual void registerBlobData(const WebString& uuid, const WebBlobData&) {}
|
|
|
| - // The blob is finalized (and sent to the browser) on calling build() on the Builder object.
|
| + // The blob is finalized (and sent to the browser) on calling build() on the
|
| + // Builder object.
|
| virtual std::unique_ptr<Builder> createBuilder(
|
| const WebString& uuid,
|
| const WebString& contentType) = 0;
|
|
|