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

Unified Diff: Source/core/xml/DocumentXSLT.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/frame/LocalDOMWindow.cpp ('k') | Source/core/xml/DocumentXSLT.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/xml/DocumentXSLT.h
diff --git a/Source/core/testing/RefCountedScriptWrappable.idl b/Source/core/xml/DocumentXSLT.h
similarity index 65%
copy from Source/core/testing/RefCountedScriptWrappable.idl
copy to Source/core/xml/DocumentXSLT.h
index 1fc7fe0f5183c38de482f52cd63c739b42b44785..7487e66ecb612e86a505d98b36bb868f7e3b2752 100644
--- a/Source/core/testing/RefCountedScriptWrappable.idl
+++ b/Source/core/xml/DocumentXSLT.h
@@ -1,8 +1,3 @@
// 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.
-
-[
-] interface RefCountedScriptWrappable {
- [NotEnumerable] DOMString toString();
-};
« no previous file with comments | « Source/core/frame/LocalDOMWindow.cpp ('k') | Source/core/xml/DocumentXSLT.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698