Bug 39977 - Missing Chromium bindings for InspectorController methods introduced in r60443
Summary: Missing Chromium bindings for InspectorController methods introduced in r60443
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Alexander Pavlov (apavlov)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-31 19:53 PDT by Roland Steiner
Modified: 2010-05-31 20:28 PDT (History)
0 users

See Also:


Attachments
patch - add missing bindings (1.59 KB, patch)
2010-05-31 20:01 PDT, Roland Steiner
tkent: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Roland Steiner 2010-05-31 19:53:54 PDT
WebKit rev. 60443 introduced new InspectorController methods getStyleSheet() and getRuleRangesForStyleSheetId()

Those are missing in WebKit/chromium/src/js/InspectorControllerImpl.js
Comment 1 Roland Steiner 2010-05-31 20:01:11 PDT
Created attachment 57511 [details]
patch - add missing bindings
Comment 2 Roland Steiner 2010-05-31 20:28:13 PDT
Landed as r60460