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

Unified Diff: third_party/WebKit/Source/wtf/Compiler.h

Issue 1756343002: Revert of Extract webkit_unit_tests from blink_web component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | « third_party/WebKit/Source/web/web_tests.gyp ('k') | third_party/WebKit/public/platform/WebCommon.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/wtf/Compiler.h
diff --git a/third_party/WebKit/Source/wtf/Compiler.h b/third_party/WebKit/Source/wtf/Compiler.h
index fbd6e20439dadbf52b234b4042c58d87f326f095..c2e509cf4f2b7078cab20f38b1c7e7a7ae7960f3 100644
--- a/third_party/WebKit/Source/wtf/Compiler.h
+++ b/third_party/WebKit/Source/wtf/Compiler.h
@@ -159,12 +159,4 @@
#define NO_SANITIZE_UNRELATED_CAST
#endif
-/* WTF_NON_EXPORTED_BASE; similar NON_EXPORTED_BASE in base/compiler_specific.h */
-
-#if COMPILER(MSVC)
-#define WTF_NON_EXPORTED_BASE(code) __pragma(warning(suppress:4275)) code
-#else
-#define WTF_NON_EXPORTED_BASE(code) code
-#endif
-
#endif /* WTF_Compiler_h */
« no previous file with comments | « third_party/WebKit/Source/web/web_tests.gyp ('k') | third_party/WebKit/public/platform/WebCommon.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698