Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Intellij Community
Commits
f68ee01f
Commit
f68ee01f
authored
6 years ago
by
Viktor Shatrov
2
Browse files
Options
Download
Email Patches
Plain Diff
WebConsole: fix memory leak
parent
13b3d568
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
platform/platform-impl/src/com/intellij/ui/javafx/JavaFxHtmlPanel.java
+0
-5
...form-impl/src/com/intellij/ui/javafx/JavaFxHtmlPanel.java
with
0 additions
and
5 deletions
+0
-5
platform/platform-impl/src/com/intellij/ui/javafx/JavaFxHtmlPanel.java
+
0
-
5
View file @
f68ee01f
...
...
@@ -24,7 +24,6 @@ import org.jetbrains.annotations.Nullable;
import
javax.swing.*
;
import
java.awt.*
;
import
java.awt.event.KeyListener
;
import
java.net.URL
;
import
java.util.ArrayList
;
import
java.util.List
;
...
...
@@ -173,10 +172,6 @@ public class JavaFxHtmlPanel implements Disposable {
);
}
public
void
addKeyListener
(
KeyListener
l
)
{
runInPlatformWhenAvailable
(()
->
myPanel
.
addKeyListener
(
l
));
}
@NotNull
protected
WebView
getWebViewGuaranteed
()
{
...
...
This diff is collapsed.
Click to expand it.
小 白蛋
@baidan
mentioned in commit
f9715897
·
2 years ago
mentioned in commit
f9715897
mentioned in commit f97158977b72ba0db5f50d504b9c58b88a9a33de
Toggle commit list
小 白蛋
@baidan
mentioned in commit
ce9335e9
·
2 years ago
mentioned in commit
ce9335e9
mentioned in commit ce9335e9e6fe17ee28b83223f67039c8dd24a2fd
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help