| Index: Source/bindings/v8/BindingSecurity.h
|
| diff --git a/Source/bindings/v8/BindingSecurity.h b/Source/bindings/v8/BindingSecurity.h
|
| index 525781be6f0b6fdee6e5e539a3eb1238506cf2f0..7d5a0bc087a5bf29744b8ec599bb9648ffb04005 100644
|
| --- a/Source/bindings/v8/BindingSecurity.h
|
| +++ b/Source/bindings/v8/BindingSecurity.h
|
| @@ -47,13 +47,11 @@ enum SecurityReportingOption {
|
|
|
| class BindingSecurity {
|
| public:
|
| - // FIXME(oilpan): remove this function once Node* is fully handlified.
|
| - static bool shouldAllowAccessToNode(BindingState*, Node*);
|
| static bool shouldAllowAccessToNode(BindingState*, const Handle<Node>&);
|
|
|
| static bool shouldAllowAccessToDOMWindow(BindingState*, DOMWindow*, SecurityReportingOption = ReportSecurityError);
|
| static bool shouldAllowAccessToFrame(BindingState*, Frame*, SecurityReportingOption = ReportSecurityError);
|
| - static bool allowSettingFrameSrcToJavascriptUrl(BindingState*, HTMLFrameElementBase*, const String& value);
|
| + static bool allowSettingFrameSrcToJavascriptUrl(BindingState*, const Handle<HTMLFrameElementBase>&, const String& value);
|
| };
|
|
|
| }
|
|
|