]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - bytecode/ReduceWhitespace.h
JavaScriptCore-7600.1.4.9.tar.gz
[apple/javascriptcore.git] / bytecode / ReduceWhitespace.h
index 383dd3798b68e50925d336a24b118a1119ccfe47..121caf2c2b7e7e898039aec660dd551a8cde8487 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012 Apple Inc. All rights reserved.
+ * Copyright (C) 2012, 2013 Apple Inc. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
 #ifndef ReduceWhitespace_h
 #define ReduceWhitespace_h
 
-#include <wtf/text/WTFString.h>
+#include <wtf/text/CString.h>
 
 namespace JSC {
 
 // Replace all whitespace runs with a single space.
-String reduceWhitespace(const String&);
+CString reduceWhitespace(const CString&);
 
 } // namespace JSC