| Index: Source/core/testing/GCObservation.h
|
| diff --git a/Source/core/testing/GCObservation.h b/Source/core/testing/GCObservation.h
|
| index 94d0235531dee9bafc5c5684c19305f86eefb5aa..0cca073c4b27868df18d03ca2a20ada24aff7212 100644
|
| --- a/Source/core/testing/GCObservation.h
|
| +++ b/Source/core/testing/GCObservation.h
|
| @@ -41,6 +41,7 @@
|
| namespace blink {
|
|
|
| class GCObservation : public RefCountedWillBeGarbageCollectedFinalized<GCObservation>, public ScriptWrappable {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtrWillBeRawPtr<GCObservation> create(v8::Handle<v8::Value> observedValue)
|
| {
|
| @@ -64,6 +65,6 @@ private:
|
| bool m_collected;
|
| };
|
|
|
| -}
|
| +} // namespace blink
|
|
|
| #endif // GCObservation_h
|
|
|