| Index: third_party/WebCore/dom/MutationCallback.idl
|
| diff --git a/third_party/WebCore/dom/MutationCallback.idl b/third_party/WebCore/dom/MutationCallback.idl
|
| index 16381714c809ea7ca4784c6b3b0311b8979f8175..2aecd9be9e41de4f32e46f9d05b0ebf2ce4850e6 100644
|
| --- a/third_party/WebCore/dom/MutationCallback.idl
|
| +++ b/third_party/WebCore/dom/MutationCallback.idl
|
| @@ -33,6 +33,6 @@ module core {
|
| Conditional=MUTATION_OBSERVERS,
|
| Callback
|
| ] MutationCallback {
|
| - [Custom] boolean handleEvent(in MutationRecordArray mutations, in WebKitMutationObserver observer);
|
| + [Custom] boolean handleEvent(in MutationRecordArray mutations, in MutationObserver observer);
|
| };
|
| }
|
|
|