| OLD | NEW |
| 1 // Generated source. | 1 // Generated source. |
| 2 // Generator: org.chromium.sdk.internal.wip.tools.protocolgenerator.Generator | 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@101756 | 3 // Origin: http://svn.webkit.org/repository/webkit/trunk/Source/WebCore/inspecto
r/Inspector.json@96703 |
| 4 | 4 |
| 5 package org.chromium.sdk.internal.wip.protocol.input.debugger; | 5 package org.chromium.sdk.internal.wip.protocol.input.debugger; |
| 6 | 6 |
| 7 /** | 7 /** |
| 8 Tells whether <code>setScriptSource</code> is supported. | 8 Always returns true. |
| 9 */ | 9 */ |
| 10 @org.chromium.sdk.internal.protocolparser.JsonType | 10 @org.chromium.sdk.internal.protocolparser.JsonType |
| 11 public interface CanSetScriptSourceData { | 11 public interface CanSetScriptSourceData { |
| 12 /** | 12 /** |
| 13 True if <code>setScriptSource</code> is supported. | 13 True if <code>setScriptSource</code> is supported. |
| 14 */ | 14 */ |
| 15 boolean result(); | 15 boolean result(); |
| 16 | 16 |
| 17 } | 17 } |
| OLD | NEW |