Chromium Code Reviews| Index: Source/core/platform/Length.h |
| diff --git a/Source/core/platform/Length.h b/Source/core/platform/Length.h |
| index 6f1eb0b28013128a52908767da972025e30b52f7..516c952b69d402c48f96b5bf04d493e455f01234 100644 |
| --- a/Source/core/platform/Length.h |
| +++ b/Source/core/platform/Length.h |
| @@ -310,6 +310,7 @@ private: |
| }; |
| Vector<Length> parseHTMLAreaElementCoords(const String&); |
| +Vector<Length> parseFrameSetListOfDimensions(const String&); |
| } // namespace WebCore |