/*
- * 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