| Index: third_party/WebCore/dom/Node.idl
|
| diff --git a/third_party/WebCore/dom/Node.idl b/third_party/WebCore/dom/Node.idl
|
| index e27a215cabaa8d91a18c82fa875fd09845116934..fc4a882abcc4658fe9bae2f5155b3be9692e17a7 100644
|
| --- a/third_party/WebCore/dom/Node.idl
|
| +++ b/third_party/WebCore/dom/Node.idl
|
| @@ -136,6 +136,8 @@ module core {
|
| #if defined(LANGUAGE_OBJECTIVE_C) && LANGUAGE_OBJECTIVE_C
|
| // Objective-C extensions
|
| readonly attribute boolean isContentEditable;
|
| +
|
| + void inspect();
|
| #endif /* defined(LANGUAGE_OBJECTIVE_C) */
|
|
|
| #if !defined(LANGUAGE_CPP) || !LANGUAGE_CPP
|
|
|