Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1816)

Unified Diff: Source/core/xml/WindowXSLT.h

Issue 365873002: Implement a part of ProcessingInstruction by using PrivateScript (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: WIP: async XHR, rewriting layout tests Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/xml/DocumentXSLT.js ('k') | Source/core/xml/WindowXSLT.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/xml/WindowXSLT.h
diff --git a/Source/core/xml/WindowXSLT.h b/Source/core/xml/WindowXSLT.h
new file mode 100644
index 0000000000000000000000000000000000000000..8cadf71408b0d7a2472c6bff1fa44c1c0eaed92f
--- /dev/null
+++ b/Source/core/xml/WindowXSLT.h
@@ -0,0 +1,21 @@
+// Copyright 2014 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef WindowXSLT_h
+#define WindowXSLT_h
+
+#include "platform/heap/Handle.h"
+
+namespace blink {
+
+class Document;
+class LocalDOMWindow;
+
+class WindowXSLT {
+public:
+ static void replaceDocument(LocalDOMWindow&, String documentSource, String contentType, String encodingName);
+};
+
+}
+#endif
« no previous file with comments | « Source/core/xml/DocumentXSLT.js ('k') | Source/core/xml/WindowXSLT.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698