| Index: Source/WebKit/chromium/public/WebRuntimeFeatures.h
|
| diff --git a/Source/WebKit/chromium/public/WebRuntimeFeatures.h b/Source/WebKit/chromium/public/WebRuntimeFeatures.h
|
| index ac6fb0017e57a0aa765b9af43804ccf433d97bfd..cb1d86d96b5b134a9d5aa0270e9afdf7d815cff9 100644
|
| --- a/Source/WebKit/chromium/public/WebRuntimeFeatures.h
|
| +++ b/Source/WebKit/chromium/public/WebRuntimeFeatures.h
|
| @@ -154,6 +154,9 @@ public:
|
| WEBKIT_EXPORT static void enablePagePopup(bool);
|
| WEBKIT_EXPORT static bool isPagePopupEnabled();
|
|
|
| + WEBKIT_EXPORT static void enableParseSVGAsHTML(bool);
|
| + WEBKIT_EXPORT static bool isParseSVGAsHTMLEnabled();
|
| +
|
| WEBKIT_EXPORT static void enablePeerConnection(bool);
|
| WEBKIT_EXPORT static bool isPeerConnectionEnabled();
|
|
|
|
|