aboutsummaryrefslogtreecommitdiff
path: root/DebugUtils
diff options
context:
space:
mode:
Diffstat (limited to 'DebugUtils')
-rw-r--r--DebugUtils/GTMMethodCheck.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/DebugUtils/GTMMethodCheck.m b/DebugUtils/GTMMethodCheck.m
index c18ada8..09cadc9 100644
--- a/DebugUtils/GTMMethodCheck.m
+++ b/DebugUtils/GTMMethodCheck.m
@@ -49,8 +49,8 @@ static BOOL ConformsToNSObjectProtocol(Class cls) {
|| (strcmp(className, "__IncompleteProtocol") == 0)
|| (strcmp(className, "__ARCLite__") == 0)
|| (strcmp(className, "WebMIMETypeRegistry") == 0)
-#if GTM_IPHONE_SDK
|| (strcmp(className, "Object") == 0)
+#if GTM_IPHONE_SDK
|| (strcmp(className, "UIKeyboardCandidateUtilities") == 0)
|| (strcmp(className, "JSExport") == 0)
#endif