Skip to content

Commit af257f4

Browse files
committed
servo: Merge #12373 - Implements name method for FilerReader event from trait Runnable (from cynicaldevil:impl-runnable); r=KiChjang
<!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #12334 <!-- Either: --> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> Source-Repo: https://github.com/servo/servo Source-Revision: 287969f7bb3df62321ba4b7d977571d452d1afd6 UltraBlame original commit: ecde55b759e76a71bc976953b6dba60667a086c2
1 parent 5403e1a commit af257f4

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

servo/components/script/dom/filereader.rs

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2672,6 +2672,23 @@ for
26722672
FileReaderEvent
26732673
{
26742674
fn
2675+
name
2676+
(
2677+
&
2678+
self
2679+
)
2680+
-
2681+
>
2682+
&
2683+
'
2684+
static
2685+
str
2686+
{
2687+
"
2688+
FileReaderEvent
2689+
"
2690+
}
2691+
fn
26752692
handler
26762693
(
26772694
self

0 commit comments

Comments
 (0)