| 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 911764345dab4f5316ddc279b136b14be61d9498..2afceab0154759e8fb9d6d80dff56c211160f669 100644
|
| --- a/third_party/WebKit/Source/core/css/PropertyRegistration.h
|
| +++ b/third_party/WebKit/Source/core/css/PropertyRegistration.h
|
| @@ -11,14 +11,14 @@
|
| namespace blink {
|
|
|
| class ExceptionState;
|
| -class ExecutionContext;
|
| class PropertyDescriptor;
|
| +class ScriptState;
|
|
|
| class PropertyRegistration {
|
| STATIC_ONLY(PropertyRegistration);
|
|
|
| public:
|
| - static void registerProperty(ExecutionContext*,
|
| + static void registerProperty(ScriptState*,
|
| const PropertyDescriptor&,
|
| ExceptionState&);
|
| };
|
|
|