]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - heap/GCLogging.h
JavaScriptCore-7601.1.46.3.tar.gz
[apple/javascriptcore.git] / heap / GCLogging.h
index 77730750f1e92000a3129ff5dd2b645ac46d36da..650d3fc0474a97d0d742963ff1e4d6d68e819ca2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014 Apple Inc. All rights reserved.
+ * Copyright (C) 2014, 2015 Apple Inc. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -48,4 +48,12 @@ typedef GCLogging::Level gcLogLevel;
 
 } // namespace JSC
 
+namespace WTF {
+
+class PrintStream;
+
+void printInternal(PrintStream&, JSC::GCLogging::Level);
+
+} // namespace WTF
+
 #endif // GCLogging_h