Index: public/web/WebRuntimeFeatures.h |
diff --git a/public/web/WebRuntimeFeatures.h b/public/web/WebRuntimeFeatures.h |
index dcfed1282c4f93979d8810fba3d5d5b4835793e9..0049472fdf545a03d42deb190cae0745f25b5326 100644 |
--- a/public/web/WebRuntimeFeatures.h |
+++ b/public/web/WebRuntimeFeatures.h |
@@ -140,6 +140,8 @@ public: |
BLINK_EXPORT static void enableHTMLImports(bool); |
BLINK_EXPORT static bool isHTMLImportsEnabled(); |
+ BLINK_EXPORT static void enableXSLT(bool); |
+ |
BLINK_EXPORT static void enableEmbedderCustomElements(bool); |
BLINK_EXPORT static void enableOverlayScrollbars(bool); |