| Index: public/web/WebSecurityOrigin.h
|
| diff --git a/public/web/WebSecurityOrigin.h b/public/web/WebSecurityOrigin.h
|
| index 868d096cec00407b0146514961f8e8ca15da34eb..368060fc3c31c895f45f58bda6f6f877e6f8f47d 100644
|
| --- a/public/web/WebSecurityOrigin.h
|
| +++ b/public/web/WebSecurityOrigin.h
|
| @@ -88,7 +88,7 @@ public:
|
| // cryptographically-authenticated server.
|
| //
|
| // [1] http://www.chromium.org/Home/chromium-security/security-faq#TOC-Which-origins-are-secure-
|
| - bool canAccessFeatureRequiringSecureOrigin(WebString& errorMessage) const;
|
| + BLINK_EXPORT bool canAccessFeatureRequiringSecureOrigin(WebString& errorMessage) const;
|
|
|
| // Returns a string representation of the WebSecurityOrigin. The empty
|
| // WebSecurityOrigin is represented by "null". The representation of a
|
|
|