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

Unified Diff: Source/core/dom/TransformSource.h

Issue 14386007: Remove some orphaned USE macros. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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 | « no previous file | Source/core/editing/Editor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/TransformSource.h
diff --git a/Source/core/dom/TransformSource.h b/Source/core/dom/TransformSource.h
index b9ff00f15ab61827da7828a3012882ed4750e7db..a7e7ae165fb72feb8d41617e77267b33e1014058 100644
--- a/Source/core/dom/TransformSource.h
+++ b/Source/core/dom/TransformSource.h
@@ -27,11 +27,7 @@
namespace WebCore {
-#if USE(QXMLQUERY)
- typedef String PlatformTransformSource;
-#else
typedef void* PlatformTransformSource;
jamesr 2013/04/26 21:00:41 there's almost certainly a better type for us now
Julien - ping for review 2013/04/26 21:19:39 Good catch, will change to xmlDocPtr, which will n
-#endif
class TransformSource {
WTF_MAKE_NONCOPYABLE(TransformSource); WTF_MAKE_FAST_ALLOCATED;
« no previous file with comments | « no previous file | Source/core/editing/Editor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698