| Index: third_party/WebKit/Source/web/ContextMenuClientImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/ContextMenuClientImpl.cpp b/third_party/WebKit/Source/web/ContextMenuClientImpl.cpp
|
| index 257fb29dcc073f0353f16d3c65aca33a18fc6165..a5b0b4e643f4b66cda1cf2ff3b36721a27243d72 100644
|
| --- a/third_party/WebKit/Source/web/ContextMenuClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/ContextMenuClientImpl.cpp
|
| @@ -86,7 +86,7 @@
|
| namespace blink {
|
|
|
| // Figure out the URL of a page or subframe. Returns |page_type| as the type,
|
| -// which indicates page or subframe, or ContextNodeType::NONE if the URL could not
|
| +// which indicates page or subframe, or ContextNodeType::kNone if the URL could not
|
| // be determined for some reason.
|
| static WebURL urlFromFrame(LocalFrame* frame)
|
| {
|
|
|