| Index: third_party/WebKit/Source/core/html/TimeRanges.h
|
| diff --git a/third_party/WebKit/Source/core/html/TimeRanges.h b/third_party/WebKit/Source/core/html/TimeRanges.h
|
| index 1ae926e3f4e462e213b1e3c445e599a528e986b1..3eb3f046296106f434308f9ea834c44c9120e5e8 100644
|
| --- a/third_party/WebKit/Source/core/html/TimeRanges.h
|
| +++ b/third_party/WebKit/Source/core/html/TimeRanges.h
|
| @@ -44,7 +44,7 @@ class CORE_EXPORT TimeRanges : public GarbageCollectedFinalized<TimeRanges>, pub
|
| public:
|
| // We consider all the Ranges to be semi-bounded as follow: [start, end[
|
| struct Range {
|
| - ALLOW_ONLY_INLINE_ALLOCATION();
|
| + DISALLOW_NEW_EXCEPT_PLACEMENT_NEW();
|
| public:
|
| Range() { }
|
| Range(double start, double end)
|
|
|