| Index: Source/core/testing/LayerRect.h
|
| diff --git a/Source/core/testing/LayerRect.h b/Source/core/testing/LayerRect.h
|
| index c5a51aefcfb65ca688d5970c3ffac9f08b671712..7d3fd0737db47b4e913844cf138bd57f72a0ba04 100644
|
| --- a/Source/core/testing/LayerRect.h
|
| +++ b/Source/core/testing/LayerRect.h
|
| @@ -43,7 +43,7 @@ namespace blink {
|
|
|
| class Node;
|
|
|
| -class LayerRect FINAL : public GarbageCollectedFinalized<LayerRect>, public ScriptWrappable {
|
| +class LayerRect final : public GarbageCollectedFinalized<LayerRect>, public ScriptWrappable {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static LayerRect* create(PassRefPtrWillBeRawPtr<Node> node, const String& layerType, int nodeOffsetX, int nodeOffsetY, PassRefPtrWillBeRawPtr<ClientRect> rect)
|
|
|