| Index: third_party/WebKit/public/web/WebScriptSource.h
|
| diff --git a/third_party/WebKit/public/web/WebScriptSource.h b/third_party/WebKit/public/web/WebScriptSource.h
|
| index 81ddec7f3d74ce625937b19460d192cd0273c0c5..f65716b90686889272d029f318c26f000ff7e06f 100644
|
| --- a/third_party/WebKit/public/web/WebScriptSource.h
|
| +++ b/third_party/WebKit/public/web/WebScriptSource.h
|
| @@ -50,7 +50,7 @@ struct WebScriptSource {
|
| : code(code), url(url), start_line(start_line) {}
|
|
|
| #if BLINK_IMPLEMENTATION
|
| - operator ScriptSourceCode() const;
|
| + BLINK_EXPORT operator ScriptSourceCode() const;
|
| #endif
|
| };
|
|
|
|
|