BUG=skia:
authorreed <reed@google.com>
Thu, 28 Apr 2016 01:46:46 +0000 (18:46 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 28 Apr 2016 01:46:46 +0000 (18:46 -0700)
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1924943003

TBR=
NOTRY=True

Review-Url: https://codereview.chromium.org/1924943003

src/core/SkResourceCache.cpp

index bacb815..6e3ad83 100644 (file)
@@ -549,7 +549,7 @@ static void cleanup_gResourceCache() {
     // Chrome seems to have funky multi-process things going on in unit tests that
     // makes this unsafe to delete when the main process atexit()s.
     // SkLazyPtr does the same sort of thing.
-#if SK_DEBUG
+#ifdef SK_DEBUG
     delete gResourceCache;
 #endif
 }