| Index: third_party/WebKit/Source/devtools/front_end/source_frame/ResourceSourceFrame.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/source_frame/ResourceSourceFrame.js b/third_party/WebKit/Source/devtools/front_end/source_frame/ResourceSourceFrame.js
|
| index 4b708354aa82ec3ebe7880cb0054e6658850f142..0cf2e6a6603036e4737502752c157a360a32ba0e 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/source_frame/ResourceSourceFrame.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/source_frame/ResourceSourceFrame.js
|
| @@ -26,6 +26,7 @@
|
| * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
| +
|
| /**
|
| * @unrestricted
|
| */
|
| @@ -69,5 +70,3 @@ WebInspector.ResourceSourceFrame = class extends WebInspector.SourceFrame {
|
| return Promise.resolve();
|
| }
|
| };
|
| -
|
| -
|
|
|