| Index: Source/core/html/HTMLProgressElement.h
|
| diff --git a/Source/core/html/HTMLProgressElement.h b/Source/core/html/HTMLProgressElement.h
|
| index 7a8902a156daf95b40562235272d69c4b502cd1b..5f097db4cc9cfdae368c0fe988c940902f1eb9fc 100644
|
| --- a/Source/core/html/HTMLProgressElement.h
|
| +++ b/Source/core/html/HTMLProgressElement.h
|
| @@ -28,7 +28,7 @@ namespace WebCore {
|
| class ProgressValueElement;
|
| class RenderProgress;
|
|
|
| -class HTMLProgressElement : public LabelableElement {
|
| +class HTMLProgressElement FINAL : public LabelableElement {
|
| public:
|
| static const double IndeterminatePosition;
|
| static const double InvalidPosition;
|
|
|