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

Side by Side Diff: Source/WebCore/config.h

Issue 13529026: Removing a bunch of unused platform code. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix whitespace and compiler error on Mac. 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2004, 2005, 2006, 2013 Apple Inc. 2 * Copyright (C) 2004, 2005, 2006, 2013 Apple Inc.
3 * Copyright (C) 2009 Google Inc. All rights reserved. 3 * Copyright (C) 2009 Google Inc. All rights reserved.
4 * 4 *
5 * This library is free software; you can redistribute it and/or 5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Library General Public 6 * modify it under the terms of the GNU Library General Public
7 * License as published by the Free Software Foundation; either 7 * License as published by the Free Software Foundation; either
8 * version 2 of the License, or (at your option) any later version. 8 * version 2 of the License, or (at your option) any later version.
9 * 9 *
10 * This library is distributed in the hope that it will be useful, 10 * This library is distributed in the hope that it will be useful,
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 // These undefs match up with defines in WebCorePrefix.h for Mac OS X. 61 // These undefs match up with defines in WebCorePrefix.h for Mac OS X.
62 // Helps us catch if anyone uses new or delete by accident in code and doesn't i nclude "config.h". 62 // Helps us catch if anyone uses new or delete by accident in code and doesn't i nclude "config.h".
63 #undef new 63 #undef new
64 #undef delete 64 #undef delete
65 #include <wtf/FastMalloc.h> 65 #include <wtf/FastMalloc.h>
66 66
67 #include <ciso646> 67 #include <ciso646>
68 68
69 #endif 69 #endif
70 70
71 #include <wtf/DisallowCType.h>
72
73 #if COMPILER(MSVC) 71 #if COMPILER(MSVC)
74 #define SKIP_STATIC_CONSTRUCTORS_ON_MSVC 1 72 #define SKIP_STATIC_CONSTRUCTORS_ON_MSVC 1
75 #else 73 #else
76 #define SKIP_STATIC_CONSTRUCTORS_ON_GCC 1 74 #define SKIP_STATIC_CONSTRUCTORS_ON_GCC 1
77 #endif 75 #endif
78 76
79 // Chromium uses this file instead of JavaScriptCore/config.h to compile 77 // Chromium uses this file instead of JavaScriptCore/config.h to compile
80 // JavaScriptCore/wtf (chromium doesn't compile the rest of JSC). Therefore, 78 // JavaScriptCore/wtf (chromium doesn't compile the rest of JSC). Therefore,
81 // this define is required. 79 // this define is required.
82 #define WTF_CHANGES 1 80 #define WTF_CHANGES 1
OLDNEW
« no previous file with comments | « Source/WebCore/accessibility/AccessibilityObject.cpp ('k') | Source/WebCore/history/HistoryItem.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698