| Index: third_party/WebKit/public/web/WebFrame.h
|
| diff --git a/third_party/WebKit/public/web/WebFrame.h b/third_party/WebKit/public/web/WebFrame.h
|
| index 26bb626c52b0598d82fac5cbfb232260c77b1d31..6edfe05dc5f032b1e2b2d222e396498c9a66e042 100644
|
| --- a/third_party/WebKit/public/web/WebFrame.h
|
| +++ b/third_party/WebKit/public/web/WebFrame.h
|
| @@ -162,7 +162,7 @@ public:
|
| BLINK_EXPORT WebInsecureRequestPolicy getInsecureRequestPolicy() const;
|
|
|
| // Updates this frame's FrameOwner properties, such as scrolling, margin,
|
| - // or allowfullscreen. This is used when this frame's parent is in
|
| + // allowfullscreen, or csp. This is used when this frame's parent is in
|
| // another process and it dynamically updates these properties.
|
| // TODO(dcheng): Currently, the update only takes effect on next frame
|
| // navigation. This matches the in-process frame behavior.
|
|
|