Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(30)

Side by Side Diff: plugins/org.chromium.sdk.wipbackend.dev/src-wip-generated/org/chromium/sdk/internal/wip/protocol/input/debugger/SupportsSeparateScriptCompilationAndExecutionData.java

Issue 14743016: Catch up with protocol (Closed) Base URL: https://chromedevtools.googlecode.com/svn/trunk
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 // Generated source.
2 // Generator: org.chromium.sdk.internal.wip.tools.protocolgenerator.Generator
3 // Origin: http://svn.webkit.org/repository/webkit/trunk/Source/WebCore/inspecto r/Inspector.json@121014
4
5 package org.chromium.sdk.internal.wip.protocol.input.debugger;
6
7 /**
8 Tells whether debugger supports separate script compilation and execution.
9 */
10 @org.chromium.sdk.internal.protocolparser.JsonType
11 public interface SupportsSeparateScriptCompilationAndExecutionData {
12 /**
13 True if debugger supports separate script compilation and execution.
14 */
15 boolean result();
16
17 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698