| Index: Source/core/html/MediaKeyError.h
|
| diff --git a/Source/core/html/MediaKeyError.h b/Source/core/html/MediaKeyError.h
|
| index 15bdbe4086ccef6ebb6f498127eb4eec1965f99b..abd1091a8395a2d088955216c2890fc637f1e217 100644
|
| --- a/Source/core/html/MediaKeyError.h
|
| +++ b/Source/core/html/MediaKeyError.h
|
| @@ -34,6 +34,7 @@
|
| namespace blink {
|
|
|
| class MediaKeyError FINAL : public RefCountedWillBeGarbageCollectedFinalized<MediaKeyError>, public ScriptWrappable {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| enum {
|
| MEDIA_KEYERR_UNKNOWN = 1,
|
| @@ -67,4 +68,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // MediaKeyError_h
|
|
|