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

Unified Diff: test/debugger/debug/debug-script.js

Issue 2519773003: [debug] Add Eval scope type to inspector protocol (Closed)
Patch Set: Created 4 years, 1 month 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 side-by-side diff with in-line comments
Download patch
Index: test/debugger/debug/debug-script.js
diff --git a/test/debugger/debug/debug-script.js b/test/debugger/debug/debug-script.js
index c4273f86f36b8845dc45dfbcfef69c39be573f3b..9fb271eb62fd0858a8f46cda0ee72d657e8f12b9 100644
--- a/test/debugger/debug/debug-script.js
+++ b/test/debugger/debug/debug-script.js
@@ -25,8 +25,8 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-// Flags: --expose-debug-as debug --expose-gc --send-idle-notification
-// Flags: --allow-natives-syntax --expose-natives-as natives
+// Flags: --expose-gc --send-idle-notification
+// Flags: --expose-natives-as natives
// Flags: --noharmony-shipping
// Flags: --nostress-opt
@@ -39,7 +39,6 @@
// as 'experimental', but are still returned by Debug.scripts(), so
// we disable harmony-shipping for this test
-// Get the Debug object exposed from the debug context global object.
Debug = debug.Debug;
Debug.setListener(function(){});

Powered by Google App Engine
This is Rietveld 408576698