| Index: third_party/WebCore/testing/InternalSettings.idl
|
| diff --git a/third_party/WebCore/testing/InternalSettings.idl b/third_party/WebCore/testing/InternalSettings.idl
|
| old mode 100644
|
| new mode 100755
|
| index 3b95c6531b16527bcce2a21f216ed495e8c3d3b2..dd139c06670385157e94be26749aea77080a6c4c
|
| --- a/third_party/WebCore/testing/InternalSettings.idl
|
| +++ b/third_party/WebCore/testing/InternalSettings.idl
|
| @@ -75,6 +75,7 @@ module window {
|
| void setShouldDisplayTrackKind(in DOMString kind, in boolean enabled) raises (DOMException);
|
| boolean shouldDisplayTrackKind(in DOMString trackKind) raises (DOMException);
|
| #endif
|
| + void setMemoryInfoEnabled(in boolean enabled) raises(DOMException);
|
| };
|
| }
|
|
|
|
|