| Index: third_party/WebKit/public/web/WebLocalFrame.h
|
| diff --git a/third_party/WebKit/public/web/WebLocalFrame.h b/third_party/WebKit/public/web/WebLocalFrame.h
|
| index 57adf3b0d1bd227c1d5a80ddb599bc4581e0bc93..cdf3ab5c5a8323c8e1a8deefa86d42f96438e67b 100644
|
| --- a/third_party/WebKit/public/web/WebLocalFrame.h
|
| +++ b/third_party/WebKit/public/web/WebLocalFrame.h
|
| @@ -82,6 +82,8 @@ class WebLocalFrame : public WebFrame {
|
| WebRemoteFrame*,
|
| WebSandboxFlags);
|
|
|
| + // TODO(dcheng): Add a CreateChild() method.
|
| +
|
| // Returns the WebFrame associated with the current V8 context. This
|
| // function can return 0 if the context is associated with a Document that
|
| // is not currently being displayed in a Frame.
|
|
|