// Generated source. // Generator: org.chromium.sdk.internal.wip.tools.protocolgenerator.Generator // Origin: http://svn.webkit.org/repository/webkit/trunk/Source/WebCore/inspector/Inspector.json@130398 package org.chromium.sdk.internal.wip.protocol.output.runtime; /** Enables reporting of execution contexts creation by means of <code>executionContextCreated</code> event. When the reporting gets enabled the event will be sent immediately for each existing execution context. */ public class EnableParams extends org.chromium.sdk.internal.wip.protocol.output.WipParams { public EnableParams() { } public static final String METHOD_NAME = org.chromium.sdk.internal.wip.protocol.BasicConstants.Domain.RUNTIME + ".enable"; @Override protected String getRequestName() { return METHOD_NAME; } }