Chromium Code Reviews| Index: Source/core/xml/XMLHttpRequestProgressEvent.h |
| diff --git a/Source/core/xml/XMLHttpRequestProgressEvent.h b/Source/core/xml/XMLHttpRequestProgressEvent.h |
| index 2f21508ce93c2faa21cd67db3f967f018756a4fe..95059cfc509a12fb42fce6086a9e0a9ced2b3030 100644 |
| --- a/Source/core/xml/XMLHttpRequestProgressEvent.h |
| +++ b/Source/core/xml/XMLHttpRequestProgressEvent.h |
| @@ -32,6 +32,7 @@ |
| namespace blink { |
| class XMLHttpRequestProgressEvent FINAL : public ProgressEvent { |
| + DEFINE_WRAPPERTYPEINFO(); |
| public: |
| static PassRefPtrWillBeRawPtr<XMLHttpRequestProgressEvent> create() |
| { |