RESOLVED FIXED 85621
Web Inspector: use single method for retrieving evaluation context in the runtime agent
https://bugs.webkit.org/show_bug.cgi?id=85621
Summary Web Inspector: use single method for retrieving evaluation context in the run...
Yury Semikhatsky
Reported 2012-05-04 07:29:48 PDT
It is a small refactoring that makes things a bit simpler.
Attachments
Patch (6.74 KB, patch)
2012-05-04 07:31 PDT, Yury Semikhatsky
pfeldman: review+
Yury Semikhatsky
Comment 1 2012-05-04 07:31:34 PDT
Pavel Feldman
Comment 2 2012-05-04 07:32:51 PDT
Comment on attachment 140220 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=140220&action=review > Source/WebCore/inspector/PageRuntimeAgent.cpp:55 > +ScriptState* PageRuntimeAgent::getScriptStateForEval(ErrorString* errorString, const String* frameId) we don't use get prefixes in WebKit.
Yury Semikhatsky
Comment 3 2012-05-04 07:34:13 PDT
(In reply to comment #2) > (From update of attachment 140220 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=140220&action=review > > > Source/WebCore/inspector/PageRuntimeAgent.cpp:55 > > +ScriptState* PageRuntimeAgent::getScriptStateForEval(ErrorString* errorString, const String* frameId) > > we don't use get prefixes in WebKit. Fixed.
Yury Semikhatsky
Comment 4 2012-05-04 07:36:04 PDT
Note You need to log in before you can comment on or make changes to this bug.