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

Unified Diff: Source/config.h

Issue 15923004: WebCorePrefix.h is only used for Mac OS X. Clean up dead code and remove including wtf/Platform.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rename WebCorePrefix.h to WebCorePrefixMac.h Created 7 years, 7 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/bindings/bindings.gyp ('k') | Source/core/WebCorePrefix.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/config.h
diff --git a/Source/config.h b/Source/config.h
index 95ed220b86a1492c68545e71bb5311c35eda8f08..814dfc839d02ab6c973e8d9eb8bba690b3e6089d 100644
--- a/Source/config.h
+++ b/Source/config.h
@@ -36,7 +36,7 @@
#ifdef __cplusplus
-// These undefs match up with defines in WebCorePrefix.h for Mac OS X.
+// These undefs match up with defines in WebCorePrefixMac.h for Mac OS X.
// Helps us catch if anyone uses new or delete by accident in code and doesn't include "config.h".
#undef new
#undef delete
« no previous file with comments | « Source/bindings/bindings.gyp ('k') | Source/core/WebCorePrefix.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698