| Index: extensions/renderer/script_context.h
|
| diff --git a/extensions/renderer/script_context.h b/extensions/renderer/script_context.h
|
| index b59a97f026282757099695da1f7cec056ce252ef..48c873ce1fc8c47108b38cbfb2afbb0e165a190d 100644
|
| --- a/extensions/renderer/script_context.h
|
| +++ b/extensions/renderer/script_context.h
|
| @@ -133,7 +133,7 @@ class ScriptContext : public RequestSender::Source {
|
| // Get the URL of this context's web frame.
|
| //
|
| // TODO(kalman): Remove this and replace with a GetOrigin() call which reads
|
| - // of WebDocument::securityOrigin():
|
| + // of WebDocument::getSecurityOrigin():
|
| // - The URL can change (e.g. pushState) but the origin cannot. Luckily it
|
| // appears as though callers don't make security decisions based on the
|
| // result of url() so it's not a problem... yet.
|
|
|