Revert of Blink hasn't rolled yet. (patchset #1 id:1 of https://codereview.chromium...
authormtklein <mtklein@google.com>
Mon, 24 Nov 2014 22:28:55 +0000 (14:28 -0800)
committerCommit bot <commit-bot@chromium.org>
Mon, 24 Nov 2014 22:28:55 +0000 (14:28 -0800)
Reason for revert:
Not thorough enough.

Original issue's description:
> Blink hasn't rolled yet.
>
> BUG=skia:
>
> Committed: https://skia.googlesource.com/skia/+/fa14113d0563686af9f7e2d8e041dd7bf538cfa2

TBR=mtklein@chromium.org
NOTREECHECKS=true
NOTRY=true
BUG=skia:

Review URL: https://codereview.chromium.org/752303002

include/core/SkRefCnt.h

index c718987..5d394f0 100644 (file)
@@ -42,10 +42,10 @@ public:
 #endif
     }
 
-//#ifdef SK_DEBUG
+#ifdef SK_DEBUG
     /** Return the reference count. Use only for debugging. */
     int32_t getRefCnt() const { return fRefCnt; }
-//#endif
+#endif
 
     /** May return true if the caller is the only owner.
      *  Ensures that all previous owner's actions are complete.