| Index: Source/bindings/core/v8/BindingSecurity.h
|
| diff --git a/Source/bindings/core/v8/BindingSecurity.h b/Source/bindings/core/v8/BindingSecurity.h
|
| index 3471998dd166b5cf4eaf8efff90e807d960817ca..8821dcf205f595428a827dba563c3d43e3d5f6dd 100644
|
| --- a/Source/bindings/core/v8/BindingSecurity.h
|
| +++ b/Source/bindings/core/v8/BindingSecurity.h
|
| @@ -49,7 +49,7 @@ enum SecurityReportingOption {
|
| class BindingSecurity {
|
| public:
|
| static bool shouldAllowAccessToNode(v8::Isolate*, Node*, ExceptionState&);
|
| - static bool shouldAllowAccessToFrame(v8::Isolate*, Frame*, SecurityReportingOption = ReportSecurityError);
|
| + CORE_EXPORT static bool shouldAllowAccessToFrame(v8::Isolate*, Frame*, SecurityReportingOption = ReportSecurityError);
|
| CORE_EXPORT static bool shouldAllowAccessToFrame(v8::Isolate*, Frame*, ExceptionState&);
|
| };
|
|
|
|
|