| Index: third_party/WebKit/Source/core/layout/api/LayoutAPIShim.h
|
| diff --git a/third_party/WebKit/Source/core/layout/api/LayoutAPIShim.h b/third_party/WebKit/Source/core/layout/api/LayoutAPIShim.h
|
| index 2089ac2069df74392391369adb456737a90c2013..a4949ff5be379986b7e26fe75cd779a70748c03f 100644
|
| --- a/third_party/WebKit/Source/core/layout/api/LayoutAPIShim.h
|
| +++ b/third_party/WebKit/Source/core/layout/api/LayoutAPIShim.h
|
| @@ -11,7 +11,8 @@ namespace blink {
|
|
|
| class LayoutObject;
|
|
|
| -// TODO(pilgrim): Remove this kludge once clients have a real API and no longer need access to the underlying LayoutObject.
|
| +// TODO(pilgrim): Remove this kludge once clients have a real API and no longer
|
| +// need access to the underlying LayoutObject.
|
| class LayoutAPIShim {
|
| public:
|
| static LayoutObject* layoutObjectFrom(LayoutItem item) {
|
|
|