| Index: Source/core/testing/GCObservation.h
|
| diff --git a/Source/core/testing/GCObservation.h b/Source/core/testing/GCObservation.h
|
| index f1977b534ad8058437f80c4cf07346f5d4ff084c..9dcf95fcb307cbf01836514a3c6e818a98d53135 100644
|
| --- a/Source/core/testing/GCObservation.h
|
| +++ b/Source/core/testing/GCObservation.h
|
| @@ -40,7 +40,7 @@
|
|
|
| namespace blink {
|
|
|
| -class GCObservation FINAL : public GarbageCollectedFinalized<GCObservation>, public ScriptWrappable {
|
| +class GCObservation final : public GarbageCollectedFinalized<GCObservation>, public ScriptWrappable {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static GCObservation* create(v8::Handle<v8::Value> observedValue)
|
|
|