| 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 855ed08135c7ec7507c249e1b9d479368255aeae..1be0587e0a5a6182400299102705af18891eca38 100644
|
| --- a/third_party/WebKit/public/web/WebFrame.h
|
| +++ b/third_party/WebKit/public/web/WebFrame.h
|
| @@ -120,9 +120,6 @@ class WebFrame {
|
|
|
| // Basic properties ---------------------------------------------------
|
|
|
| - // The unique name of this frame.
|
| - virtual WebString uniqueName() const = 0;
|
| -
|
| // The name of this frame. If no name is given, empty string is returned.
|
| virtual WebString assignedName() const = 0;
|
|
|
|
|