| Index: Source/core/layout/LayoutObject.h
|
| diff --git a/Source/core/layout/LayoutObject.h b/Source/core/layout/LayoutObject.h
|
| index 70f086801a6ac4c63efa7a6cdda5ac7768b84b69..3b325b751f237f5e503cb8ce7f288ba715784910 100644
|
| --- a/Source/core/layout/LayoutObject.h
|
| +++ b/Source/core/layout/LayoutObject.h
|
| @@ -137,9 +137,7 @@ public:
|
| explicit LayoutObject(Node*);
|
| virtual ~LayoutObject();
|
|
|
| - // Note: This will soon just return the name of the object; Fix comment when crbug.com/463967 is done.
|
| - // Returns the decorated name used by run-layout-tests. The name contains the name of the object
|
| - // along with extra information about the layout object state (e.g. positioning).
|
| + // Returns the name of the layout object.
|
| virtual const char* name() const = 0;
|
|
|
| // Returns the decorated name used by run-layout-tests. The name contains the name of the object
|
|
|