[Webkit-unassigned] [Bug 39339] New: Move enum ReasonForCallingCanExecuteScripts to header ScriptControllerBase.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 18 20:30:13 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=39339

           Summary: Move enum ReasonForCallingCanExecuteScripts to header
                    ScriptControllerBase.h
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dbates at webkit.org
                CC: eric at webkit.org, abarth at webkit.org


The enum ReasonForCallingCanExecuteScripts is present in both the JSC and V8 versions of ScriptController.h, and is used in ScriptControllerBase.cpp.  We should move this enum into a new header, say ScriptControllerBase.h, so that it is defined in one file. This will also be useful in the patch for Bug #39249, which proposes adding an enum to be used in ScriptController.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list