Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / testing / LayerRect.h
index c5a51ae..7d3fd07 100644 (file)
@@ -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)