Reviewers: Mads Ager,

Description:
Fix lint error.

[email protected]

Please review this at http://codereview.chromium.org/173056

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
   M     src/scopes.h


Index: src/scopes.h
===================================================================
--- src/scopes.h        (revision 2719)
+++ src/scopes.h        (working copy)
@@ -376,7 +376,7 @@

  class DummyScope : public Scope {
   public:
-   DummyScope() : Scope(GLOBAL_SCOPE) {
+  DummyScope() : Scope(GLOBAL_SCOPE) {
      outer_scope_ = this;
    }




--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to