Index: debugger/QT/SkDebuggerGUI.cpp |
diff --git a/debugger/QT/SkDebuggerGUI.cpp b/debugger/QT/SkDebuggerGUI.cpp |
index 1a324fd08b87c64dc154c64184f958991705914e..b03b8f3b16eb33352dce1cde3700bdcce1a7e25e 100644 |
--- a/debugger/QT/SkDebuggerGUI.cpp |
+++ b/debugger/QT/SkDebuggerGUI.cpp |
@@ -186,7 +186,7 @@ public: |
int opIndex = -1; |
while (!reader.eof()) { |
- if (NULL != callback && callback->abortDrawing()) { |
+ if (callback && callback->abortDrawing()) { |
return; |
} |