| Index: third_party/WebKit/Source/core/css/PropertyRegistration.h
|
| diff --git a/third_party/WebKit/Source/core/css/PropertyRegistration.h b/third_party/WebKit/Source/core/css/PropertyRegistration.h
|
| index 0626c8c78e252f67b0aab984ee2b0295a3f88864..36ccad96acad56b3783d590a072c3e81e4670c1b 100644
|
| --- a/third_party/WebKit/Source/core/css/PropertyRegistration.h
|
| +++ b/third_party/WebKit/Source/core/css/PropertyRegistration.h
|
| @@ -17,15 +17,15 @@
|
| namespace blink {
|
|
|
| class ExceptionState;
|
| +class ExecutionContext;
|
| class PropertyDescriptor;
|
| -class ScriptState;
|
|
|
| using CSSInterpolationTypes = Vector<std::unique_ptr<CSSInterpolationType>>;
|
|
|
| -class PropertyRegistration
|
| +class CORE_EXPORT PropertyRegistration
|
| : public GarbageCollectedFinalized<PropertyRegistration> {
|
| public:
|
| - static void registerProperty(ScriptState*,
|
| + static void registerProperty(ExecutionContext*,
|
| const PropertyDescriptor&,
|
| ExceptionState&);
|
|
|
|
|