Index: debugger/QT/SkDebuggerGUI.cpp |
diff --git a/debugger/QT/SkDebuggerGUI.cpp b/debugger/QT/SkDebuggerGUI.cpp |
index 59bfcca5feaf3cad751b731f2ced02c36f1b0027..4901d6238946ed17463f1e0b1de552d3ba76eb31 100644 |
--- a/debugger/QT/SkDebuggerGUI.cpp |
+++ b/debugger/QT/SkDebuggerGUI.cpp |
@@ -689,8 +689,7 @@ |
fCanvasWidget.drawTo(currentRow); |
fImageWidget.draw(); |
} |
- SkTDArray<SkString*> *currInfo = fDebugger.getCommandInfo( |
- currentRow); |
+ const SkTDArray<SkString*> *currInfo = fDebugger.getCommandInfo(currentRow); |
/* TODO(chudy): Add command type before parameters. Rename v |
* to something more informative. */ |